Rename operator-crds.yaml to v1_crd_projectcalico_org.yaml#2558
Merged
Rename operator-crds.yaml to v1_crd_projectcalico_org.yaml#2558
Conversation
… docs The CRD manifest was renamed upstream. Update all references in the unversioned calico/ docs to use the new filename.
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!
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 Open Source (unversioned) installation and upgrade documentation to reflect an upstream rename of the operator CRD manifest from operator-crds.yaml to v1_crd_projectcalico_org.yaml, keeping command examples aligned with the current published manifests.
Changes:
- Replaced
operator-crds.yamlreferences withv1_crd_projectcalico_org.yamlin operator install/upgrade command snippets. - Updated both direct URL-based
kubectl ... -f $[manifestsUrl]/...usage and workflows thatcurl -Othen apply a local file. - Updated an MDX
CodeBlockliteral in the ingress gateway canary tutorial to use the new manifest name.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| calico/operations/upgrading/kubernetes-upgrade.mdx | Updates CRD apply/download commands to use the renamed upstream CRD manifest. |
| calico/operations/operator-migration.mdx | Updates operator migration install step to reference the renamed CRD manifest. |
| calico/networking/ingress-gateway/tutorial-ingress-gateway-canary.mdx | Updates embedded CodeBlock commands to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/windows-calico/rancher.mdx | Updates Windows-on-Rancher install commands to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/vpp/getting-started.mdx | Updates multiple VPP install paths to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/self-managed-public-cloud/gce.mdx | Updates GCE install commands to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/self-managed-onprem/onpremises.mdx | Updates on-prem install commands to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/rancher.mdx | Updates Rancher install commands to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/nftables.mdx | Updates nftables install commands to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/minikube.mdx | Updates Minikube install commands to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/managed-public-cloud/eks.mdx | Updates EKS install commands (multiple sections) to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/managed-public-cloud/aks.mdx | Updates AKS install commands (multiple sections) to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/kind.mdx | Updates Kind install commands to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/k8s-single-node.mdx | Updates single-node install commands to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/k3s/quickstart.mdx | Updates K3s quickstart install commands to use the renamed CRD manifest. |
| calico/getting-started/kubernetes/k3s/multi-node-install.mdx | Updates K3s multi-node install commands to use the renamed CRD manifest. |
Collaborator
|
@lwr20 FYI The old files remain active, but you may want to update Banzai to reflect the new preferred name. |
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.

Summary
operator-crds.yamltov1_crd_projectcalico_org.yaml