Change default worker count (capd)

* change default worker count to 2
      from 1
    * remove usage comments to scale workers
      in deployment script

Change-Id: Ic880deea7d3ff104cb2af39b1b81c53a331d353f
This commit is contained in:
Rishabh Kumar Jain 2021-03-23 14:09:04 -07:00
parent a6b4eef607
commit a4548cb9ea
2 changed files with 1 additions and 5 deletions

View File

@ -1,3 +1,3 @@
[
{ "op": "replace","path": "/spec/replicas","value": 1 }
{ "op": "replace","path": "/spec/replicas","value": 2 }
]

View File

@ -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"}