DOCS-3011: Remove selector-scoped Felix configuration from the 3.23 docs - #2927
Merged
Merged
Conversation
Selector-scoped FelixConfiguration is not in 3.23. The nodeSelector field is absent from the FelixConfiguration API types on every 3.21, 3.22, and 3.23 release branch, and present from 3.24. Remove the row from the 3.23 technology preview table, and correct the 3.24 table to show the feature as new in 3.24. Remove the Selector-scoped configuration section, the nodeSelector metadata note, and the precedence list entry from the 3.23 reference pages. Those pages now match 3.22. Co-Authored-By: Claude Opus 5 (1M context) <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 corrects Calico Enterprise 3.23 documentation that previously described selector-scoped FelixConfiguration (via nodeSelector) even though that API surface is not present in 3.23, and updates release notes to reflect the feature’s actual introduction timing.
Changes:
- Removes the “Selector-scoped Felix configuration” technology preview row from the 3.23 release notes table.
- Updates the 3.24 release notes table to show selector-scoped Felix configuration as introduced in 3.24 (TP).
- Removes selector-scoped Felix configuration narrative/precedence documentation from the 3.23 FelixConfiguration reference pages.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| calico-enterprise_versioned_docs/version-3.24-1/release-notes/index.mdx | Adjusts the tech preview matrix to show selector-scoped Felix configuration as TP starting in 3.24 (not in 3.22/3.23). |
| calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx | Removes the selector-scoped Felix configuration row from the 3.23 technology preview table. |
| calico-enterprise_versioned_docs/version-3.23-2/reference/resources/felixconfig.mdx | Removes the selector-scoped configuration section and related nodeSelector mention from the FelixConfiguration resource reference. |
| calico-enterprise_versioned_docs/version-3.23-2/reference/component-resources/node/felix/configuration.mdx | Updates the configuration precedence list to remove selector-scoped FelixConfiguration as a documented source in 3.23. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.

Selector-scoped FelixConfiguration is documented in 3.23, but it is not in that release. The nodeSelector field is absent from the FelixConfiguration API types on every 3.21, 3.22, and 3.23 release branch, and present from 3.24.
Changes:
Deploy preview: https://deploy-preview-2927--tigera.netlify.app/calico-enterprise/3.23/reference/resources/felixconfig
DOCS-3011: https://tigera.atlassian.net/browse/DOCS-3011