We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be496f9 commit ea9c3b8Copy full SHA for ea9c3b8
tests/tekton-resources/tasks/generators/karpenter/kubectl-nodepool-replicas-wait.yaml
@@ -45,6 +45,12 @@ spec:
45
46
if [ $ELAPSED_TIME -ge $TIMEOUT ]; then
47
echo "$(date): Timeout reached after ${ELAPSED_TIME} seconds. Nodepools did not complete within the specified timeout."
48
+ for az in $AZ_LIST; do
49
+ echo "Nodes:"
50
+ echo $(kubectl get nodes -l karpenter.sh/nodepool=$(params.nodepool)-${az} -o yaml)
51
+ echo "Nodeclaims:"
52
+ echo $(kubectl get nodeclaims -l karpenter.sh/nodepool=$(params.nodepool)-${az} -o yaml)
53
+ done
54
echo "0" | tee $(results.datapoint.path)
55
exit 1
56
fi
tests/tekton-resources/tasks/teardown/.DS_Store
8 KB
0 commit comments