Note which v3 CRD manifest to apply per Kubernetes version - #2959
Open
caseydavenport wants to merge 1 commit into
Open
Note which v3 CRD manifest to apply per Kubernetes version#2959caseydavenport wants to merge 1 commit into
caseydavenport wants to merge 1 commit into
Conversation
The bundle declares MutatingAdmissionPolicy at v1, which Kubernetes only serves from 1.36 onwards. Also restores the 1.34 prerequisite wording on the vNext native v3 CRD pages, which had reverted to 1.32.
✅ 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.

The v3 CRD bundle declares its MutatingAdmissionPolicy resources at
admissionregistration.k8s.io/v1, which Kubernetes only serves from 1.36 onwards. Clusters on 1.34 and 1.35 need the newv1beta1bundle instead, so every page that applies a v3 bundle now carries a note pointing at it. The note lives in a partial per product rather than being repeated inline.This also restores the 1.34 prerequisite wording on both vNext
native-v3-crds.mdxpages. #2805 (v3 CRDs as new-install default) reverted them to "Kubernetes 1.32 or later" while the published 3.32 and 3.23-2 snapshots kept the correct text.Depends on the manifests being published first, in projectcalico/calico#13619 (publish v1beta1 manifests) and https://github.com/tigera/calico-private/pull/13422 (same, Enterprise).