File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
kubernetes/samples/scripts/terraform Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ All OCI Container Engine masters are Highly Available (HA) and fronted by load b
1414
1515
1616
17- ##Prerequisites
17+ ## Prerequisites
1818
1919To use these Terraform scripts, you will need fulfill the following prerequisites:
2020* Have an existing tenancy with enough compute and networking resources available for the desired cluster.
@@ -37,7 +37,7 @@ Copy provided `oci.props.template` file to `oci.props` and add all required valu
3737* ` vcn.cidr ` - Full CIDR for the VCN, must be unique within the compartment, first 2 octets should match the vcn_cidr_prefix.
3838* ` nodepool.shape ` - A valid OCI VM Shape for the cluster nodes.
3939* ` k8s.version ` - SSH public key (key contents as a string).
40- * `nodepool.imagename - A valid image name for Node Pool creation.
40+ * ` nodepool.imagename ` - A valid image name for Node Pool creation.
4141* ` terraform.installdir ` - Location to install Terraform binaries.
4242
4343To run the script, use the command:
You can’t perform that action at this time.
0 commit comments