Skip to content

Commit

Permalink
Merge pull request #9896 from chrischdi/capd-fix-quickstart-mp
Browse files Browse the repository at this point in the history
📖 capd: fix quickstart to also enable the machine pool feature gate
  • Loading branch information
k8s-ci-robot authored Dec 19, 2023
2 parents 4b7f8d4 + 44914cf commit d0d7ce6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,15 +530,18 @@ The Docker provider is not designed for production use and is intended for devel
</aside>
The Docker provider requires the `ClusterTopology` feature to deploy ClusterClass-based clusters. We are
only supporting ClusterClass-based cluster-templates in this quickstart as ClusterClass makes it possible to
The Docker provider requires the `ClusterTopology` and `MachinePool` features to deploy ClusterClass-based clusters.
We are only supporting ClusterClass-based cluster-templates in this quickstart as ClusterClass makes it possible to
adapt configuration based on Kubernetes version. This is required to install Kubernetes clusters < v1.24 and
for the upgrade from v1.23 to v1.24 as we have to use different cgroupDrivers depending on Kubernetes version.
```bash
# Enable the experimental Cluster topology feature.
export CLUSTER_TOPOLOGY=true
# Enable the experimental Machine Pool feature
export EXP_MACHINE_POOL=true
# Initialize the management cluster
clusterctl init --infrastructure docker
```
Expand Down

0 comments on commit d0d7ce6

Please sign in to comment.