Increase worker replicas

This commit is contained in:
Khue Doan 2021-07-21 03:31:46 +07:00
parent 92b4cda256
commit 5963fc66d3
No known key found for this signature in database
GPG Key ID: 4C1A90A461B3C27B
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ clusterctl config cluster \
--infrastructure sidero \
--kubeconfig ephemeral-cluster/kind-kubeconfig.yaml \
--config clusterctl.yaml \
--worker-machine-count 3 \
homelab > cluster/homelab.yaml
kubectl apply \
--kubeconfig ephemeral-cluster/kind-kubeconfig.yaml \

View File

@ -81,7 +81,7 @@ metadata:
namespace: default
spec:
clusterName: homelab
replicas: 0
replicas: 3
selector:
matchLabels: null
template: