Skip to content

Commit 7dcd01e

Browse files
committed
Also document the default flavor.
1 parent 049e6db commit 7dcd01e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ export POD_CIDR=["10.240.0.0/12"]
166166

167167
## Flavors
168168

169-
You might choose from different cluster template [flavors](https://cluster-api.sigs.k8s.io/clusterctl/commands/generate-cluster.html?highlight=flavor#flavors) to generate your manifest with clusterctl. Here is a table describing the available flavors:
169+
You might choose from different cluster template [flavors](https://cluster-api.sigs.k8s.io/clusterctl/commands/generate-cluster.html?highlight=flavor#flavors) to generate manifests with clusterctl. Here is a table describing the available flavors:
170170

171171
| Name | Description | K8s Compatibility |
172172
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
173+
| | This is the default flavor without providing the `--flavor` flag. This expects the user to deploy a CNI and a CCM. | >= v1.33 |
173174
| calico | Installs [calico](https://docs.tigera.io/calico/latest/about/) CNI along with [metal-ccm](https://github.com/metal-stack/metal-ccm). Depends on `ClusterResourceSet` and the [Add-on Provider for Helm](https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/tree/main). | >= v1.33 |
174-
| before-v1.33 | Contains working cluster manifests for K8s versions < v1.33. | < v1.33 |
175+
| before-v1.33 | The same as the default flavor but working for K8s versions < v1.33. | < v1.33 |

0 commit comments

Comments
 (0)