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
14
14
15
15
16
16
17
- ##Prerequisites
17
+ ## Prerequisites
18
18
19
19
To use these Terraform scripts, you will need fulfill the following prerequisites:
20
20
* 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
37
37
* ` vcn.cidr ` - Full CIDR for the VCN, must be unique within the compartment, first 2 octets should match the vcn_cidr_prefix.
38
38
* ` nodepool.shape ` - A valid OCI VM Shape for the cluster nodes.
39
39
* ` 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.
41
41
* ` terraform.installdir ` - Location to install Terraform binaries.
42
42
43
43
To run the script, use the command:
You can’t perform that action at this time.
0 commit comments