docs-2989: update CE docs for 3.24 component renames - #2885
Draft
ctauchen wants to merge 2 commits into
Draft
Conversation
The 3.24 image consolidation folded most per-component images into the
single tigera/calico image and dropped the cnx- prefix from the rest.
- Regenerate the next docs' master releases.json entry from the master
hashrelease pinned versions (new 43-component shape, OSS v3.33).
- Fix next variables.js: componentImage('node') instead of the removed
cnx-node key, drop componentImage.calicoctl and the stale
imageNames.kubeControllers, and point imageNames.node at tigera/node.
- Replace $[imageNames.kubeControllers] with the calico-kube-controllers
component name in the three reference pages that used it.
- Rename tigera/cnx-node-windows to tigera/node-windows in the Windows
operator install page.
- Use the node component key in _non-cluster-binary-install.mdx.
Applies to next docs and version-3.24-1.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.

Description
CE 3.24 folded most per-component images into the single
tigera/calicoimage and dropped thecnx-prefix from the images that remain. This PR cleans up what a sweep of the next docs and version-3.24-1 found (calicoctl install docs are handled separately in #2883):masterreleases.json entry from the master hashrelease pinned versions (2026-07-24-master-certify). The old entry carried the pre-consolidation 73-component map and claimed OSS v3.26; the new one has the 43-component shape and OSS v3.33.variables.js:componentImage('node')instead of the removedcnx-nodekey, dropcomponentImage.calicoctl(no calicoctl image in 3.24) and the staleimageNames.kubeControllers, pointimageNames.nodeattigera/node. Without this, the next build throws a TypeError the moment releases.json has the new shape.$[imageNames.kubeControllers]with thecalico-kube-controllerscomponent name inkubecontrollersconfig.mdx,kube-controllers/index.mdx, andcomponent-resources/configuration.mdx. That image no longer exists; kube-controllers runs from the mono-image.tigera/cnx-node-windows→tigera/node-windows._non-cluster-binary-install.mdx: use thenodecomponent key instead ofcnx-node.Changes apply to the next docs and version-3.24-1. Older versioned docs are untouched.
Notes:
prep-ce-324-1cut, same as docs-2988: remove calicoctl container install for CE 3.24 #2883 — only 06729b8 is this PR's change.variables.js: resolves totigera/node:master,tigera/calicoq:master, OSS 3.33.Jira: DOCS-2989
🤖 Generated with Claude Code