Skip to content

Commit

Permalink
Review suggestions and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Frey committed Aug 15, 2023
1 parent 83826e2 commit 57fc2e8
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions docs/book/src/tasks/experimental-features/experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 57fc2e8

Please sign in to comment.