Remove references to unsupported API group#2516
Open
caseydavenport wants to merge 1 commit intotigera:mainfrom
Open
Remove references to unsupported API group#2516caseydavenport wants to merge 1 commit intotigera:mainfrom
caseydavenport wants to merge 1 commit intotigera:mainfrom
Conversation
✅ 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
Updates Calico OSS/Enterprise/Cloud documentation examples to remove use of the unsupported crd.projectcalico.org API group, aligning YAML and kubectl commands with the supported projectcalico.org API group.
Changes:
- Replace
apiVersion: crd.projectcalico.org/v1withapiVersion: projectcalico.org/v3in BGPPeer and KubeControllersConfiguration examples. - Update
kubectlresource identifiers from*.crd.projectcalico.orgto*.projectcalico.org(for example, BGPFilter aliases, FelixConfiguration patch command, LicenseKey listing). - Apply the same updates across relevant versioned docs for Calico OSS, Calico Enterprise, and Calico Cloud.
Reviewed changes
Copilot reviewed 34 out of 34 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| calico_versioned_docs/version-3.31/reference/resources/bgppeer.mdx | Update BGPPeer example apiVersion to projectcalico.org/v3. |
| calico_versioned_docs/version-3.31/reference/resources/bgpfilter.mdx | Update kubectl CLI alias to bgpfilters.projectcalico.org. |
| calico_versioned_docs/version-3.31/network-policy/hosts/kubernetes-nodes.mdx | Update KubeControllersConfiguration example apiVersion to projectcalico.org/v3. |
| calico_versioned_docs/version-3.30/reference/resources/bgppeer.mdx | Update BGPPeer example apiVersion to projectcalico.org/v3. |
| calico_versioned_docs/version-3.30/reference/resources/bgpfilter.mdx | Update kubectl CLI alias to bgpfilters.projectcalico.org. |
| calico_versioned_docs/version-3.30/network-policy/hosts/kubernetes-nodes.mdx | Update KubeControllersConfiguration example apiVersion to projectcalico.org/v3. |
| calico_versioned_docs/version-3.29/reference/resources/bgppeer.mdx | Update BGPPeer example apiVersion to projectcalico.org/v3. |
| calico_versioned_docs/version-3.29/reference/resources/bgpfilter.mdx | Update kubectl CLI alias to bgpfilters.projectcalico.org. |
| calico/reference/resources/bgppeer.mdx | Update BGPPeer examples apiVersion to projectcalico.org/v3. |
| calico/reference/resources/bgpfilter.mdx | Update kubectl CLI alias to bgpfilters.projectcalico.org. |
| calico/network-policy/hosts/kubernetes-nodes.mdx | Update KubeControllersConfiguration example apiVersion to projectcalico.org/v3. |
| calico-enterprise_versioned_docs/version-3.23-1/reference/resources/bgppeer.mdx | Update BGPPeer example apiVersion to projectcalico.org/v3. |
| calico-enterprise_versioned_docs/version-3.23-1/reference/resources/bgpfilter.mdx | Update kubectl CLI alias to bgpfilters.projectcalico.org. |
| calico-enterprise_versioned_docs/version-3.23-1/network-policy/hosts/kubernetes-nodes.mdx | Update KubeControllersConfiguration example apiVersion to projectcalico.org/v3. |
| calico-enterprise_versioned_docs/version-3.22-2/reference/resources/bgppeer.mdx | Update BGPPeer example apiVersion to projectcalico.org/v3. |
| calico-enterprise_versioned_docs/version-3.22-2/reference/resources/bgpfilter.mdx | Update kubectl CLI alias to bgpfilters.projectcalico.org. |
| calico-enterprise_versioned_docs/version-3.22-2/network-policy/hosts/kubernetes-nodes.mdx | Update KubeControllersConfiguration example apiVersion to projectcalico.org/v3. |
| calico-enterprise_versioned_docs/version-3.21-2/reference/resources/bgppeer.mdx | Update BGPPeer example apiVersion to projectcalico.org/v3. |
| calico-enterprise_versioned_docs/version-3.21-2/reference/resources/bgpfilter.mdx | Update kubectl CLI alias to bgpfilters.projectcalico.org. |
| calico-enterprise_versioned_docs/version-3.21-2/network-policy/hosts/kubernetes-nodes.mdx | Update KubeControllersConfiguration example apiVersion to projectcalico.org/v3. |
| calico-enterprise_versioned_docs/version-3.20-2/reference/resources/bgppeer.mdx | Update BGPPeer example apiVersion to projectcalico.org/v3. |
| calico-enterprise_versioned_docs/version-3.20-2/reference/resources/bgpfilter.mdx | Update kubectl CLI alias to bgpfilters.projectcalico.org. |
| calico-enterprise/reference/resources/bgppeer.mdx | Update BGPPeer examples apiVersion to projectcalico.org/v3. |
| calico-enterprise/reference/resources/bgpfilter.mdx | Update kubectl CLI alias to bgpfilters.projectcalico.org. |
| calico-enterprise/network-policy/hosts/kubernetes-nodes.mdx | Update KubeControllersConfiguration example apiVersion to projectcalico.org/v3. |
| calico-cloud_versioned_docs/version-22-2/release-notes/index.mdx | Update kubectl patch command resource group to felixconfigurations.projectcalico.org. |
| calico-cloud_versioned_docs/version-22-2/reference/resources/bgppeer.mdx | Update BGPPeer examples apiVersion to projectcalico.org/v3. |
| calico-cloud_versioned_docs/version-22-2/reference/resources/bgpfilter.mdx | Update kubectl CLI alias to bgpfilters.projectcalico.org. |
| calico-cloud_versioned_docs/version-22-2/network-policy/hosts/kubernetes-nodes.mdx | Update KubeControllersConfiguration example apiVersion to projectcalico.org/v3. |
| calico-cloud_versioned_docs/version-22-2/get-started/operator-checklist.mdx | Update kubectl get command to licensekeys.projectcalico.org. |
| calico-cloud/reference/resources/bgppeer.mdx | Update BGPPeer examples apiVersion to projectcalico.org/v3. |
| calico-cloud/reference/resources/bgpfilter.mdx | Update kubectl CLI alias to bgpfilters.projectcalico.org. |
| calico-cloud/network-policy/hosts/kubernetes-nodes.mdx | Update KubeControllersConfiguration example apiVersion to projectcalico.org/v3. |
| calico-cloud/get-started/operator-checklist.mdx | Update kubectl get command to licensekeys.projectcalico.org. |
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.

See projectcalico/calico#6412
Product Version(s):
Issue:
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: