Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 book: Use relative links in generate CRDs doc #6035

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ make manifests

The cluster API CRDs should be further customized:

- [Apply the contract version label to support conversions](https://cluster-api.sigs.k8s.io/developer/providers/v1alpha2-to-v1alpha3.html#apply-the-contract-version-label-clusterx-k8sioversion-version1_version2_version3-to-your-crds)
- [Upgrade to CRD v1](https://cluster-api.sigs.k8s.io/developer/providers/v1alpha2-to-v1alpha3.html#upgrade-to-crd-v1)
- [Set “matchPolicy=Equivalent” kubebuilder marker for webhooks](https://cluster-api.sigs.k8s.io/developer/providers/v1alpha2-to-v1alpha3.html#add-matchpolicyequivalent-kubebuilder-marker-in-webhooks)
- [Refactor the kustomize config folder to support multi-tenancy](https://cluster-api.sigs.k8s.io/developer/providers/v1alpha2-to-v1alpha3.html#refactor-kustomize-config-folder-to-support-multi-tenancy-when-using-webhooks)
- [Ensure you are compliant with the clusterctl provider contract](https://cluster-api.sigs.k8s.io/clusterctl/provider-contract.html#components-yaml)
- [Apply the contract version label to support conversions](../v1alpha2-to-v1alpha3.md#apply-the-contract-version-label-clusterx-k8sioversion-version1_version2_version3-to-your-crds)
- [Upgrade to CRD v1](../v1alpha2-to-v1alpha3.md#upgrade-to-crd-v1)
- [Set “matchPolicy=Equivalent” kubebuilder marker for webhooks](../v1alpha2-to-v1alpha3.md#add-matchpolicyequivalent-kubebuilder-marker-in-webhooks)
- [Refactor the kustomize config folder to support multi-tenancy](../v1alpha2-to-v1alpha3.md#refactor-kustomize-config-folder-to-support-multi-tenancy-when-using-webhooks)
- [Ensure you are compliant with the clusterctl provider contract](../../../clusterctl/provider-contract.md#components-yaml)

### Commit your changes

Expand Down