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: