-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot create a VMSS dual-stack cluster #3163
Comments
/milestone v1.8 |
/assign |
@lzhecheng I found that VMSS NICs never had IPv6 addresses added so this never worked... Will work on a PR to fix it + test it this week |
@lzhecheng opened PR #3188 to fix this. However I added VMSS to the e2e ipv6 test in order to validate this and the test is failing the ILB service deletion step: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-azure/3188/pull-cluster-api-provider-azure-e2e/1626741548278353920 In the kube-controller-manager logs I see:
Any ideas? This is using in-tree cloud-provider (until #1889 merges) |
@CecileRobertMichon Sorry somehow I missed this message... |
Oh, #3105 is blocked by kubernetes-sigs/cloud-provider-azure#3401 ... Is the problem still happening? |
/kind bug
[Before submitting an issue, have you checked the Troubleshooting Guide?]
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
I tried to create a VMSS dual-stack cluster with this template. What I got is a working dual-stack control-plane Node but the VMSS Nodes don't have IPv6 address.
From portal, the network interface of the VMSS VM only has IPv4
More discussion in a PR: #2154 (comment)
What did you expect to happen:
A VMSS dual-stack cluster.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
): 1.25.3/etc/os-release
):The text was updated successfully, but these errors were encountered: