Skip to content

Commit

Permalink
Update defaults list
Browse files Browse the repository at this point in the history
Removed things that were required and had no defaults
Added a variable for CPEM verison

Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
  • Loading branch information
cprivitere committed Sep 12, 2022
1 parent 0477692 commit 07d5e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ You should then follow the [Cluster API Quick Start Guide](https://cluster-api.s

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.

* `CLUSTER_NAME` (defaults to `my-cluster`)
* `CONTROL_PLANE_MACHINE_COUNT` (defaults to `1`)
* `CPEM_VERSION` (defaults to `v3.5.0`)
* `KUBE_VIP_VERSION` (defaults to `v0.5.0`)
* `NODE_OS` (defaults to `ubuntu_18_04`)
* `POD_CIDR` (defaults to `192.168.0.0/16`)
Expand Down

0 comments on commit 07d5e47

Please sign in to comment.