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
In a dual-stack cluster, when creating an IPv6 LoadBalancer service, the Azure CCM returns the following error and the service stays in the pending state:
"error": {
"code": "AtleastOneIpV4RequiredForIpV6LbFrontendIpConfiguration",
"message": "At least one IPv4 frontend ipConfiguration is required for an IPv6 frontend ipConfiguration on the load balancer '/subscriptions/528474a9-8cc6-46c8-9b74-1dbc31c4bb7f/resourceGroups/kubernetes-xszcklqrmv/providers/Microsoft.Network/loadBalancers/kubernetes'",
"details": []
}
@lzhecheng at the moment I cannot reproduce this issue either. So I guess it was not related to the CCM itself, but the issue came from Azure side where it was fixed in the meantime.
OFC dual-stack services are still missing IPv6 LB address, but I guess that should be implemented as part of #814, so closing this one.
What happened:
In a dual-stack cluster, when creating an IPv6 LoadBalancer service, the Azure CCM returns the following error and the service stays in the pending state:
What you expected to happen:
As per #814, dual-stack is not fully supported, but the Azure CCM should be able to create a single-stack IPv6 LB.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
): 1.24.0cat /etc/os-release
): Ubuntu "20.04.4 LTSuname -a
): 5.13.0-1029-azureThe text was updated successfully, but these errors were encountered: