scaleway fixes

This commit is contained in:
Serge Logvinov
2024-08-13 16:32:26 +03:00
parent fba52d2326
commit 474eff2499
3 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -100,8 +100,6 @@ cluster:
- ${nodeSubnets[0]}
listenSubnets:
- ${nodeSubnets[0]}
externalCloudProvider:
enabled: true
inlineManifests:
- name: scaleway-secret
contents: |-

View File

@@ -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"
}