Add eBPF kernel version requirements tables and fix unsupported featu…#2550
Merged
ctauchen merged 1 commit intotigera:mainfrom Feb 27, 2026
Merged
Add eBPF kernel version requirements tables and fix unsupported featu…#2550ctauchen merged 1 commit intotigera:mainfrom
ctauchen merged 1 commit intotigera:mainfrom
Conversation
…res lists Consolidate per-feature kernel version requirements into tables on all eBPF installation pages. Remove `Log` action from unsupported features in enterprise and cloud docs since it is supported in eBPF mode. Files updated: - calico/operations/ebpf/install.mdx - calico_versioned_docs/version-3.31/operations/ebpf/install.mdx - calico-enterprise/operations/ebpf/install.mdx - calico-enterprise_versioned_docs/version-3.23-1/operations/ebpf/install.mdx - calico-cloud/operations/ebpf/enabling-ebpf.mdx - calico-cloud_versioned_docs/version-22-2/operations/ebpf/enabling-ebpf.mdx Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR consolidates eBPF kernel version requirements into comprehensive tables across all product documentation and correctly updates the unsupported features lists by removing the Log action, which is now supported in eBPF mode.
Changes:
- Added new "Kernel version requirements for eBPF features" tables to all eBPF installation/enablement pages across Calico OSS, Enterprise, and Cloud products
- Removed "
Logaction in policy rules" from unsupported features lists in Enterprise and Cloud docs, since log rules are now supported in eBPF mode (kernel v5.16+)
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| calico/operations/ebpf/install.mdx | Added kernel version requirements table with 4 features (base eBPF, XDP, log rules, QoS) to current OSS docs |
| calico_versioned_docs/version-3.31/operations/ebpf/install.mdx | Added kernel version requirements table with 4 features to v3.31 OSS docs |
| calico-enterprise/operations/ebpf/install.mdx | Added kernel version requirements table with 5 features (includes DNS policy inline mode) and removed Log action from unsupported features in current Enterprise docs |
| calico-enterprise_versioned_docs/version-3.23-1/operations/ebpf/install.mdx | Added kernel version requirements table with 5 features and removed Log action from unsupported features in v3.23-1 Enterprise docs |
| calico-cloud/operations/ebpf/enabling-ebpf.mdx | Added kernel version requirements table with 5 features and removed Log action from unsupported features in current Cloud docs |
| calico-cloud_versioned_docs/version-22-2/operations/ebpf/enabling-ebpf.mdx | Added kernel version requirements table with 5 features and removed Log action from unsupported features in v22-2 Cloud docs |
Collaborator
|
LGTM, @tomastigera. Ready to merge? |
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.

…res lists
Consolidate per-feature kernel version requirements into tables on all eBPF installation pages. Remove
Logaction from unsupported features in enterprise and cloud docs since it is supported in eBPF mode.Files updated:
Product Version(s):
Issue:
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: