diff --git a/docs/book/src/tasks/experimental-features/experimental-features.md b/docs/book/src/tasks/experimental-features/experimental-features.md index 1b138195b966..ee986f04f248 100644 --- a/docs/book/src/tasks/experimental-features/experimental-features.md +++ b/docs/book/src/tasks/experimental-features/experimental-features.md @@ -79,18 +79,24 @@ kubectl describe -n capi-system deployment.apps/capi-controller-manager Following controller manager deployments have to be edited in order to enable/disable their respective experimental features: * [MachinePools](./machine-pools.md): - * CAPI controller manager deployment - * [CABPK](https://main.cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#cabpk) deployment -* [ClusterResourceSet](./cluster-resource-set.md) - * CAPI controller manager deployment -* [ClusterClass](./cluster-class/index.md) - * CAPI controller manager deployment - * [KCP](https://main.cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#kcp) deployment -* [Ignition Bootstrap configuration](./ignition.md) - * [CABPK](https://main.cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#cabpk) deployment - * [KCP](https://main.cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#kcp) deployment -* [Runtime SDK](runtime-sdk/index.md) - * CAPI controller manager deployment. + * [CAPI](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#capi). + * [CABPK](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#cabpk). + * [CAPD](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Providers#capd). Other [Infrastructure Providers](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Providers#infrastructure-provider) + might also require this. Please consult the docs of the concrete [Infrastructure Provider](https://cluster-api.sigs.k8s.io/reference/providers#infrastructure) + regarding this. +* [ClusterResourceSet](./cluster-resource-set.md): + * [CAPI](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#capi). +* [ClusterClass](./cluster-class/index.md): + * [CAPI](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#capi). + * [KCP](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#kcp). +* [Ignition Bootstrap configuration](./ignition.md): + * [CABPK](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#cabpk). + * [KCP](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#kcp). +* [Runtime SDK](runtime-sdk/index.md): + * [CAPI](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Gloss#capi). + * [CAPD](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Providers#capd). Other [Infrastructure Providers](https://cluster-api.sigs.k8s.io/reference/glossary.html?highlight=Providers#infrastructure-provider) + might also require this. Please consult the docs of the concrete [Infrastructure Provider](https://cluster-api.sigs.k8s.io/reference/providers#infrastructure) + regarding this. ## Active Experimental Features