-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Update Calico config for eBPF mode #10115
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman 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 |
/lgtm |
…-upstream-release-1.19 Automated cherry pick of #10115: Use optional ConfigMap to configure k8s API endpoint for
Thank you for this one, @hakman. Is it correct that for now, even when Calico's eBPF mode is enabled, we still run kube-proxy, or do we automatically disable those static pods when we're in that mode? |
For now |
Do you envision ever tying these settings together in kops automatically? That is, if Calico is in eBPF mode, then the default value for "spec.kubeProxy.enabled" would become false? |
Can't say never, but you probably understand the complications of doing this. |
Based on discussion with @fasaxc in Slack I changed the Calico manifest to use an optional ConfigMap to set the k8s endpoints.
Additionally I added an option for the cleanup of iptables rules (in case it's need for migration) and updated the version to 3.16.4.
/cc @seh @olemarkus