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 47d0bee commit fa821f8Copy full SHA for fa821f8
kube/aks/nodehandlers.yaml
@@ -140,7 +140,8 @@ spec:
140
- |
141
until curl --fail --silent --insecure https://kernelci-api.westus3.cloudapp.azure.com/; do
142
echo "Waiting for API endpoint..."; sleep 5;
143
- done containers:
+ done
144
+ containers:
145
- name: timeout
146
image: kernelci/kernelci:pipeline@sha256:bb01424c4dedcd2ffa87cef225b09116cf874bc2b91fc63ed6d993d6fc5c43cb
147
imagePullPolicy: Always
0 commit comments