Unverified Commit 23fc8db7 authored by Dillon Cullinan's avatar Dillon Cullinan Committed by GitHub
Browse files

ci: Give kubeapi time to register pod (#7542)


Signed-off-by: default avatarDillon Cullinan <dcullinan@nvidia.com>
parent 725a845f
......@@ -128,6 +128,8 @@ runs:
NAMESPACE: ${{ steps.resolve-names.outputs.namespace }}
run: |
echo "::group::Wait for vCluster pod"
# Give the API server a moment to register the new pod
sleep 20
kubectl wait --for=condition=ready pod \
-l app=vcluster,release=${VCLUSTER_NAME} \
-n ${NAMESPACE} \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment