Add note on supported data planes for non-cluster hosts#2790
Open
alexh-tigera wants to merge 1 commit into
Open
Add note on supported data planes for non-cluster hosts#2790alexh-tigera wants to merge 1 commit into
alexh-tigera wants to merge 1 commit into
Conversation
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
❌ Deploy Preview for tigera failed. Why did it fail? →Built without sensitive environment variables
|
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds documentation clarifying which Calico data planes are supported for non-cluster hosts/VMs in bare-metal getting-started docs.
Changes:
- Introduces a new “Supported Data Planes” section for non-cluster hosts.
- Adds a compatibility table mapping OS versions to cluster vs non-cluster host data planes.
Comment on lines
+63
to
+65
| BPF is not supported on a non-cluster host, but they are able to connect to a | ||
| BPF cluster. By default they will use nftables, but can be configured to use | ||
| iptables. |
| BPF cluster. By default they will use nftables, but can be configured to use | ||
| iptables. | ||
|
|
||
| | OS | Cluster Data Plane | Non Cluster Host Data Plane | |
Comment on lines
+69
to
+72
| | RHEL 8 | \* | iptables | | ||
| | RHEL 9+ | \* | nftables (default) / iptables | | ||
| | Ubuntu | \* | nftables (default) / iptables | | ||
| | Debian | \* | nftables (default) / iptables | |
b6f7f61 to
fef3851
Compare
Comment on lines
+67
to
+72
| | OS | Cluster Data Plane | Non-Cluster Host Data Plane | | ||
| | :-----: | :----------------: | :---------------------------: | | ||
| | RHEL 8 | Any | iptables | | ||
| | RHEL 9+ | Any | nftables (default) / iptables | | ||
| | Ubuntu | Any | nftables (default) / iptables | | ||
| | Debian | Any | nftables (default) / iptables | |
Comment on lines
+63
to
+65
| BPF is not supported on a non-cluster host, but non-cluster hosts are able to | ||
| connect to a BPF cluster. By default a non-cluster host connecting to a BPF | ||
| cluster will use nftables, but can be configured to use iptables. |
Comment on lines
+69
to
+72
| | RHEL 8 | Any | iptables | | ||
| | RHEL 9+ | Any | nftables (default) / iptables | | ||
| | Ubuntu | Any | nftables (default) / iptables | | ||
| | Debian | Any | nftables (default) / iptables | |
| @@ -58,6 +58,19 @@ To learn how to restrict traffic to/from hosts and VMs using Calico network poli | |||
| - Your operating system includes the `ipset` and `conntrack` kernel dependencies. | |||
| - For everything else, your non-cluster host or VM meets $[prodname] [system requirements](../install-on-clusters/requirements.mdx) | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Product Version(s):
Calico Enterprise v3.24+
Link to docs preview:
SME review:
DOCS review:
Additional information:
Adds a note on the supported data planes for non-cluster hosts.
We never explicitly called out the data plane supported by non cluster hosts, and https://github.com/tigera/calico-private/pull/12294 now sets up the packages to handle it properly.
Merge checklist: