From 5963fc66d333b98719cdaed27be9991851ac3919 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Wed, 21 Jul 2021 03:31:46 +0700 Subject: [PATCH] Increase worker replicas --- infra/bootstrap.sh | 1 + infra/cluster/homelab.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/bootstrap.sh b/infra/bootstrap.sh index 4140f6e8..76af1ea9 100755 --- a/infra/bootstrap.sh +++ b/infra/bootstrap.sh @@ -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 \ diff --git a/infra/cluster/homelab.yaml b/infra/cluster/homelab.yaml index 25d89711..b29c7bdf 100644 --- a/infra/cluster/homelab.yaml +++ b/infra/cluster/homelab.yaml @@ -81,7 +81,7 @@ metadata: namespace: default spec: clusterName: homelab - replicas: 0 + replicas: 3 selector: matchLabels: null template: