f5devcentral / f5-xc-tf-modules

F5 XC Terraform modules library
Apache License 2.0
1 stars 3 forks source link

VPM Config | Correction #3

Closed Adios-official closed 2 weeks ago

Adios-official commented 1 month ago

The Value of CloudProvider needs to be "disabled" instead of null string "" within the vpm_config : location : f5xc/ce/aws/config/locals.tf

Preferred code : Kubernetes = { Server = var.f5xc_ce_hosts_public_name EtcdUseTLS = true CloudProvider = "disabled" }

Post code change, the config worked for me and services came up.

Until then The services were not starting within the CEs and resulted in below state : Aug 08 16:04:59 ip-10-10-1-78.eu-central-1.compute.internal vpm[8199]: workload.go:268: Object from app coredns: coredns *k8s.DeploymentObject is in status: Failed, replicas are not in desired state, required replicas: 1, current replicas: 0

Adios-official commented 4 weeks ago

@cklewar Changes to the above can be halted as after new VPM release, there are further changes needed to the value of CloudProvider = "disabled" or logical corrections needed in VPM code.

cklewar commented 4 weeks ago

@Adios-official thx. Removed CloudProvider = "disabled" from config module.