docs-2988: remove calicoctl container install for CE 3.24 - #2883
Draft
ctauchen wants to merge 2 commits into
Draft
docs-2988: remove calicoctl container install for CE 3.24#2883ctauchen wants to merge 2 commits into
ctauchen wants to merge 2 commits into
Conversation
From CE 3.24 there is no tigera/calicoctl image; calicoctl ships as binaries only (verified against the 3.24-1 hashrelease image list). Remove the container install section, which also used the now-missing calicoctl component from releases.json, and add the Linux ARM64 binary to the download tabs. Applies to next docs and version-3.24-1. Co-Authored-By: Claude Fable 5 <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. |
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
From CE 3.24, the product does not publish a
tigera/calicoctlimage. calicoctl ships as standalone binaries only. I verified this against the latest 3.24-1 hashrelease: the image list has no calicoctl image, and the/binaries/directory has calicoctl binaries for Linux (amd64/arm64), macOS (amd64/arm64), and Windows.This PR updates
operations/clis/calicoctl/install.mdxin the next docs andversion-3.24-1:$[componentImage.calicoctl]and$[releases.0.components.calicoctl.*], which fail at build time now that the 3.24 releases.json has no calicoctl component.Older versioned docs and Calico OSS pages are unchanged. OSS still ships a calicoctl image.
Note: this branch is stacked on the unmerged
prep-ce-324-1cut of version-3.24-1, so the diff shows the cut commit until that merges. Only 6a9f7c9 is this PR's change.Jira: DOCS-2988
🤖 Generated with Claude Code