Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
annastopel committed Jun 30, 2019
1 parent df6ad30 commit 678922c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-sync/okd-4.1.0/provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function configure_local_storage() {
# local storage namespace doesn't exist, assume that we need to install local storage.
for node in {"master-0", "worker-0"}
do
./cluster-up/ssh.sh $node -oStrictHostKeyChecking=no < cluster-sync/okd-4.1.0/create-local-storage-volumes.sh
./cluster-up/ssh.sh $node -o StrictHostKeyChecking=no < cluster-sync/okd-4.1.0/create-local-storage-volumes.sh
done

#Create the local-storage namespace
Expand Down

0 comments on commit 678922c

Please sign in to comment.