Merge "Change default worker count (capd)"
This commit is contained in:
commit
c7516c3f05
@ -1,3 +1,3 @@
|
||||
[
|
||||
{ "op": "replace","path": "/spec/replicas","value": 1 }
|
||||
{ "op": "replace","path": "/spec/replicas","value": 2 }
|
||||
]
|
||||
|
@ -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"}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user