mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00:00
scaleway fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -100,8 +100,6 @@ cluster:
|
||||
- ${nodeSubnets[0]}
|
||||
listenSubnets:
|
||||
- ${nodeSubnets[0]}
|
||||
externalCloudProvider:
|
||||
enabled: true
|
||||
inlineManifests:
|
||||
- name: scaleway-secret
|
||||
contents: |-
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user