Merge "Change default worker count (capd)"

This commit is contained in:
Zuul 2021-03-25 22:01:44 +00:00 committed by Gerrit Code Review
commit c7516c3f05
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"}