esierra-stratio
esierra-stratio
Current configuration: coredns.yaml ```yaml apiVersion: v1 data: Corefile: | .:53 { errors ready health kubernetes cluster.local in-addr.arpa ip6.arpa { pods insecure fallthrough in-addr.arpa ip6.arpa } prometheus :9153 forward . /etc/resolv.conf...
Related to: https://github.com/Azure/AKS/issues/3661 https://github.com/Azure/AKS/issues/3232
Any progress here?
Something similar here, i'm trying to deploy the Cloud Controller Manager (CCM) and I'm encountering the following error: ``` I0823 08:10:42.838284 1 node_controller.go:391] Initializing node minplus0-md-2-vbvmr-856l7 with cloud provider I0823...
The issue is that the `GCEInstances.Get` function constructs the provider ID with the wrong zone. It assumes the zone must match where the master CCM is deployed (in this case,...
Solved! ``` args: - --cloud-provider=gce # Add your own cloud provider here! - --leader-elect=true - --use-service-account-credentials # these flags will vary for every cloud provider - --allocate-node-cidrs=true - --cluster-cidr=192.168.0.0/16 -...