Browse Source

Enable sonobuoy local-path-provisioner startup check

pull/969/head
Erik Wilson 5 years ago
parent
commit
063ad84f44
  1. 2
      scripts/sonobuoy

2
scripts/sonobuoy

@ -193,7 +193,7 @@ echo "Started ${K3S_AGENT}"
# ---
timeout --foreground 1m bash -c 'wait-for-nodes 2'
timeout --foreground 1m bash -c 'wait-for-services coredns'
timeout --foreground 1m bash -c 'wait-for-services coredns local-path-provisioner'
if [ "$ARCH" = 'arm' ]; then
echo "Aborting sonobuoy tests, images not available for $ARCH"

Loading…
Cancel
Save