Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit f29d64a

Browse files
committed
Update defaults list
Removed things that were required and had no defaults Added a variable for CPEM verison Signed-off-by: Chris Privitere <[email protected]>
1 parent 0477692 commit f29d64a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ You should then follow the [Cluster API Quick Start Guide](https://cluster-api.s
3434

3535
If you do not change the generated `yaml` files, it will use defaults. You can look in the [templates/cluster-template.yaml](./templates/cluster-template.yaml) file for details.
3636

37-
* `CLUSTER_NAME` (defaults to `my-cluster`)
38-
* `CONTROL_PLANE_MACHINE_COUNT` (defaults to `1`)
37+
* `CPEM_VERSION` (defaults to `v3.5.0`)
3938
* `KUBE_VIP_VERSION` (defaults to `v0.5.0`)
4039
* `NODE_OS` (defaults to `ubuntu_18_04`)
4140
* `POD_CIDR` (defaults to `192.168.0.0/16`)
4241
* `SERVICE_CIDR` (defaults to `172.26.0.0/16`)
43-
* `WORKER_MACHINE_COUNT` (defaults to `0`)
4442

4543
### Reserved Hardware
4644

0 commit comments

Comments
 (0)