diff --git a/manifests/site/docker-test-site/target/workers/machine_count.json b/manifests/site/docker-test-site/target/workers/machine_count.json index 3b5635ee8..820342a37 100644 --- a/manifests/site/docker-test-site/target/workers/machine_count.json +++ b/manifests/site/docker-test-site/target/workers/machine_count.json @@ -1,3 +1,3 @@ [ - { "op": "replace","path": "/spec/replicas","value": 1 } + { "op": "replace","path": "/spec/replicas","value": 2 } ] diff --git a/tools/deployment/provider_common/34_deploy_worker_node.sh b/tools/deployment/provider_common/34_deploy_worker_node.sh index 717f3cc7e..a4de5a132 100755 --- a/tools/deployment/provider_common/34_deploy_worker_node.sh +++ b/tools/deployment/provider_common/34_deploy_worker_node.sh @@ -14,10 +14,6 @@ set -xe -# Example Usage -# SITE=docker-test-site \ -# WORKERS_COUNT=3 ./tools/deployment/provider_common/34_deploy_worker_node.sh - export KUBECONFIG=${KUBECONFIG:-"$HOME/.airship/kubeconfig"} export KUBECONFIG_TARGET_CONTEXT=${KUBECONFIG_TARGET_CONTEXT:-"target-cluster"}