Skip to content

Commit

Permalink
added wait for mcp
Browse files Browse the repository at this point in the history
  • Loading branch information
sluetze committed Dec 3, 2024
1 parent 1a886bd commit e85512a
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 @@ oc wait -n openshift-sandboxed-containers-operator --for=condition=ContainersRea
echo "configuring kataconfig"
oc apply -f ${ROOT_DIR}/ocp-resources/e2e/sandboxed-containers-instance.yaml --server-side=true

while [ -z "$(oc get -n openshift-sandboxed-containers-operator --ignore-not-found machineconfigpool/kata-oc)" ]; do
sleep 3
done

echo "check, that the mcp was updated"
oc wait --for=condition=Updated --timeout=3600s machineconfigpool/kata-oc

Expand Down

0 comments on commit e85512a

Please sign in to comment.