-
Notifications
You must be signed in to change notification settings - Fork 435
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
Switch ipv6 template to external cloud-provider #3221
Switch ipv6 template to external cloud-provider #3221
Conversation
/test pull-cluster-api-provider-azure-e2e |
1 similar comment
/test pull-cluster-api-provider-azure-e2e |
/retest |
/test pull-cluster-api-provider-azure-e2e |
could you please rebase the PR? |
051ae83
to
87c7acd
Compare
@lzhecheng done |
ipv6 test passed but the VMSS test failed due to unrelated known flake #3227 /retest |
interesting... 2/2 passes for ipv6 /retest |
@lzhecheng ipv6 test failed 2 out of 4 runs so far |
Thank you for testing. I will run ipv6 only test with CI pipeline. |
/test pull-cluster-api-provider-azure-e2e |
1 similar comment
/test pull-cluster-api-provider-azure-e2e |
87c7acd
to
69ced84
Compare
test pass 1/1 /test pull-cluster-api-provider-azure-e2e |
/retest github api token rate limiting |
pass 2/2 /test pull-cluster-api-provider-azure-e2e |
pass 3/3 /test pull-cluster-api-provider-azure-e2e |
pass 4/4 /test pull-cluster-api-provider-azure-e2e |
69ced84
to
dd87b4a
Compare
/assign @lzhecheng |
/lgtm |
LGTM label has been added. Git tree hash: d074c5dffb5819ea87421c8648bc8a7ff3d18303
|
/assign @mboersma @jackfrancis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@@ -371,7 +371,7 @@ def deploy_worker_templates(template, substitutions): | |||
else: | |||
calico_values = "./templates/addons/calico/values.yaml" | |||
flavor_cmd += "; " + helm_cmd + " repo add projectcalico https://docs.tigera.io/calico/charts; " + helm_cmd + " --kubeconfig ./${CLUSTER_NAME}.kubeconfig install calico projectcalico/tigera-operator -f " + calico_values + " --namespace tigera-operator --create-namespace" | |||
if "intree-cloud-provider" not in flavor_name and "ipv6" not in flavor_name: # TODO: remove ipv6 once https://github.com/kubernetes-sigs/cloud-provider-azure/issues/3401 is fixed. | |||
if "intree-cloud-provider" not in flavor_name: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this fix kubernetes-sigs/cloud-provider-azure#3401 then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mboersma yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note there is a separate PR in k/k to "fix" the issue but this PR mitigates the symptoms: kubernetes/kubernetes#116879
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it: Follow up on #3105 to switch the ipv6 template to out of tree. It was previously blocked due to kubernetes-sigs/cloud-provider-azure#3401. Root cause can be found here: kubernetes-sigs/cloud-provider-azure#3401 (comment). The fix is to remove the
--node-ip
flag from kubelet.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: