-
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
Add Calico CNI spec using VXLAN #504
Add Calico CNI spec using VXLAN #504
Conversation
[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 |
/assign @alexeldeib @vincepri @justaugustus |
/hold for reviews |
On a CAPZ cluster running with this CNI config:
|
@@ -0,0 +1,787 @@ | |||
--- | |||
# Source: calico/templates/calico-config.yaml |
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.
this template is based on https://docs.projectcalico.org/v3.12/manifests/calico.yaml, with minimal changes
22a5790
to
01e1382
Compare
/hold cancel |
do we need changes to the quick start as well? specifically here https://cluster-api.sigs.k8s.io/user/quick-start.html#deploy-a-cni-solution |
@vincepri we do, waiting for this to merge so I can point to the new file |
/lgtm |
What this PR does / why we need it: Azure does not currently support Calico networking. CAPZ clusters built following the quickstart with the default Calico config applied will not have working DNS. As a workaround, add this Calico spec that uses VXLAN so we can point to it from the CAPI quickstart.
Source: https://docs.projectcalico.org/v3.0/reference/public-cloud/azure
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 #503
Fixes #479
Special notes for your reviewer: Should we consider adding the calico yaml to release artifacts?
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
Release note: