You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hii guys, I am encountering an issue where the Load Balancer's Dynamic Backend-Pool feature is not enabled while implementing the Cloud Controller Manager (CCM) (Azure Provider). Below are the steps I've followed and the issue I'm facing.
I edited the cloud controller manager arguments I DELETED --cloud-config=/etc/kubernetes/azure.json and
added the secrets config:
After doing all of this, I tried to deploy an ngnix service with Load Balancer, the load balancer is created automatically with its public IP, but the issue is the LB's backend pool isn't associated to my nodes, can you help me resolve this issue?
Also, I'm using Terraform, and when I destroy everything, the lb and public IP stay, any tips on how I can automatically delete them as well?
Logs Messages:
1 azure_loadbalancer.go:2259] reconcileLoadBalancer for service (default/nginx)(true): lb rules updated: [{"name":"xxxx-TCP-80","properties":{"backendAddressPool":{"id":"/subscriptions/xxxxx-/resourceGroups/rg-x/providers/Microsoft.Network/loadBalancers/kubernetes/backendAddressPools/kubernetes"},"backendPort":80,"disableOutboundSnat":false,"enableFloatingIP":true,"enableTcpReset":true,"frontendIPConfiguration":{"id":"/subscriptions/xxxxx/resourceGroups/xxxxxx-rg/providers/Microsoft.Network/loadBalancers/kubernetes/frontendIPConfigurations/xxxx"},"frontendPort":80,"idleTimeoutInMinutes":4,"loadDistribution":"Default","probe":{"id":"/subscriptions/xxxxxx/resourceGroups/xxxx/providers/Microsoft.Network/loadBalancers/kubernetes/probes/xxxxxxxx-TCP-80"},"protocol":"Tcp"}}]
The text was updated successfully, but these errors were encountered:
Hii guys, I am encountering an issue where the Load Balancer's Dynamic Backend-Pool feature is not enabled while implementing the Cloud Controller Manager (CCM) (Azure Provider). Below are the steps I've followed and the issue I'm facing.
I created Azure Cloud Provider Secret:
I added Cloud Provider Azure helm repo:
I installed Azure CCM helm-chart with the config i needed:
I edited the cloud controller manager arguments I DELETED --cloud-config=/etc/kubernetes/azure.json and
added the secrets config:
After doing all of this, I tried to deploy an ngnix service with Load Balancer, the load balancer is created automatically with its public IP, but the issue is the LB's backend pool isn't associated to my nodes, can you help me resolve this issue?
Also, I'm using Terraform, and when I destroy everything, the lb and public IP stay, any tips on how I can automatically delete them as well?
Logs Messages:
The text was updated successfully, but these errors were encountered: