Skip to content

Commit

Permalink
no need to verify the number of depoyed nodes for local provider
Browse files Browse the repository at this point in the history
Signed-off-by: Vladik Romanovsky <[email protected]>
  • Loading branch information
vladikr committed Aug 20, 2020
1 parent d8c0e2e commit f316fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/cluster-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [[ $KUBEVIRT_PROVIDER =~ ocp.* ]]; then
elif [[ $KUBEVIRT_PROVIDER =~ okd.* ]]; then
nodes=("master-0" "worker-0")
pull_command="podman"
elif [[ $KUBEVIRT_PROVIDER == "external" ]] || [[ $KUBEVIRT_PROVIDER =~ kind.* ]]; then
elif [[ $KUBEVIRT_PROVIDER == "external" ]] || [[ $KUBEVIRT_PROVIDER =~ kind.* ]] || [[ $KUBEVIRT_PROVIDER == "local" ]]; then
nodes=() # in case of external provider / kind we have no control over the nodes
else
nodes=()
Expand Down

0 comments on commit f316fb3

Please sign in to comment.