From cd475ae148ab5a57e552be4c015798014e4ffa5b Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Wed, 21 Jul 2021 04:16:26 +0700 Subject: [PATCH] Revert "Increase worker replicas" This reverts commit 5963fc66d333b98719cdaed27be9991851ac3919. --- infra/bootstrap.sh | 1 - infra/cluster/homelab.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/bootstrap.sh b/infra/bootstrap.sh index 76af1ea9..4140f6e8 100755 --- a/infra/bootstrap.sh +++ b/infra/bootstrap.sh @@ -41,7 +41,6 @@ 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 b29c7bdf..25d89711 100644 --- a/infra/cluster/homelab.yaml +++ b/infra/cluster/homelab.yaml @@ -81,7 +81,7 @@ metadata: namespace: default spec: clusterName: homelab - replicas: 3 + replicas: 0 selector: matchLabels: null template: