From b8675f081fdff9659a4bc8bdb637c9879fe533cf Mon Sep 17 00:00:00 2001 From: zhenyus Date: Tue, 18 Feb 2025 13:55:16 +0800 Subject: [PATCH] fix: command error when upgrade cluster Signed-off-by: zhenyus --- cluster/ansible/upgrade-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/ansible/upgrade-cluster.sh b/cluster/ansible/upgrade-cluster.sh index 5a6db765..72c51588 100755 --- a/cluster/ansible/upgrade-cluster.sh +++ b/cluster/ansible/upgrade-cluster.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 ./upgrade-cluster.yml -kK -b \ No newline at end of file +cd ../../3rd/kubespray && ansible-playbook -i ../../cluster/ansible/manifests/inventory.ini ./scale.yml -kK -b \ No newline at end of file