Skip to content

Commit

Permalink
xDS Service Discovery Integration Log - 3
Browse files Browse the repository at this point in the history
Signed-off-by: daizhenyu <[email protected]>
  • Loading branch information
daizhenyu committed Jul 17, 2024
1 parent 5f4fa08 commit 7b1823b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ runs:
- name: Wait for spring-client pod to be ready
shell: bash
run: |
sleep 5s
spring_client_pod=$(kubectl get pods -l app=spring-client -o jsonpath='{.items[0].metadata.name}')
kubectl describe pod $spring_client_pod
kubectl logs -f $spring_client_pod
kubectl wait --for=condition=ready pod -l app=spring-client --timeout=10s
kubectl wait --for=condition=ready pod -l app=spring-server --timeout=10s
kubectl port-forward svc/spring-client 8080:8080 &
Expand Down

0 comments on commit 7b1823b

Please sign in to comment.