-
Notifications
You must be signed in to change notification settings - Fork 110
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
BPF docs - Add a note about IPVS and MKE docs to 3.28 #1634
Conversation
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -161,6 +161,11 @@ To re-enable it: | |||
```bash | |||
kubectl patch networks.operator.openshift.io cluster --type merge -p '{"spec":{"deployKubeProxy": true}}' | |||
``` | |||
:::note | |||
|
|||
If you are running kube-proxy in IPVS mode, switch to IPTables mode before disabling. |
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.
yes, switch IPTable to iptables
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.
should it be part of ### Configure kube-proxy
?
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.
Its part of configure kube-proxy section.
@sridhartigera Can you provide some context here? Links to tickets, say? |
@ctauchen we don't support migrating from IPVS mode to eBPF dataplane. We have seen few users trying this. Hence it will be better to call this out explicitly. |
@@ -42,6 +42,7 @@ and in particular, pushing the networking capabilities of the latest Linux kerne | |||
**Unsupported platforms** | |||
|
|||
- GKE | |||
- MKE |
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.
If we're removing support for MKE, do we not need to remove from other areas? See Line 170 in enabling-ebpf.mdx
. I can't make any sense of this. If there's a qualification, this must be made explicit.
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.
Sorry. That was a mistake. we are not removing support for MKE. Reverted ^^
Product Version(s):
Issue:
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: