diff --git a/cluster/ansible/deploy.sh b/cluster/ansible/deploy.sh index ef75eb19..716a1d37 100755 --- a/cluster/ansible/deploy.sh +++ b/cluster/ansible/deploy.sh @@ -20,4 +20,4 @@ if [ ! -f ../../cluster/ansible/manifests/inventory.ini ]; then exit 1 fi -cd ../../3rd/kubespray && ansible-playbook -i ../../cluster/ansible/manifests/inventory.ini ./cluster.yml -kK \ No newline at end of file +cd ../../3rd/kubespray && ansible-playbook -i ../../cluster/ansible/manifests/inventory.ini ./cluster.yml -kK -b \ No newline at end of file