diff --git a/scaleway/Makefile b/scaleway/Makefile index 17960cd..79ca462 100644 --- a/scaleway/Makefile +++ b/scaleway/Makefile @@ -12,7 +12,7 @@ help: clean: rm -rf .terraform.lock.hcl .terraform/ terraform.tfstate terraform.tfstate.backup - rm -f kubeconfig + rm -f kubeconfig terraform.tfvars.sops.json create-config: ## Genereate talos configs talosctl gen config --output-dir _cfgs --with-docs=false --with-examples=false ${CLUSTERNAME} https://${ENDPOINT}:6443 diff --git a/scaleway/templates/controlplane.yaml.tpl b/scaleway/templates/controlplane.yaml.tpl index 895a660..aa14ffb 100644 --- a/scaleway/templates/controlplane.yaml.tpl +++ b/scaleway/templates/controlplane.yaml.tpl @@ -100,8 +100,6 @@ cluster: - ${nodeSubnets[0]} listenSubnets: - ${nodeSubnets[0]} - externalCloudProvider: - enabled: true inlineManifests: - name: scaleway-secret contents: |- diff --git a/scaleway/variables.tf b/scaleway/variables.tf index bbb888a..7e2012a 100644 --- a/scaleway/variables.tf +++ b/scaleway/variables.tf @@ -47,7 +47,7 @@ variable "controlplane" { description = "Property of controlplane" type = map(any) default = { - count = 1, + count = 0, type = "COPARM1-2C-8G" # "DEV1-L", type_lb = "" # "LB-S" }