Skip to content

Commit

Permalink
fixup! TODO: find ancestor (move install from node-installer to runtime)
Browse files Browse the repository at this point in the history
fetch logs of node-installer
  • Loading branch information
burgerdev committed Dec 2, 2024
1 parent 5204952 commit 0e9248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-peerpods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ EOF

if ! kubectl wait --for=condition=available --timeout=5m deployment/nginx; then
kubectl describe pods
kubectl logs -n confidential-containers-system -l app=cloud-api-adaptor --tail=-1 --all-containers
kubectl logs -l app.kubernetes.io/name=contrast-node-installer --tail=-1 --all-containers
exit 1
fi

0 comments on commit 0e9248a

Please sign in to comment.