Skip to content

Commit

Permalink
Remove the OCI_REGION
Browse files Browse the repository at this point in the history
The thought is OCI_REGION can be added later but might be confusing at
this time.
  • Loading branch information
joekr committed Mar 28, 2022
1 parent 2c7c238 commit 0649c75
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion docs/src/gs/create-workload-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ when creating a workload cluster on OCI using one of our predefined templates:
| `OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS` | 1 | The number of OCPUs allocated to the control plane instance. |
| `OCI_NODE_MACHINE_TYPE` | VM.Standard.E4.Flex | The [shape](https://docs.oracle.com/en-us/iaas/Content/Compute/References/computeshapes.htm) of the Kubernetes worker machine. |
| `OCI_NODE_MACHINE_TYPE_OCPUS` | 1 | The number of OCPUs allocated to the worker instance. |
| `OCI_REGION` | | The region in which to create the required compute, storage and network resources. If it is not set it will default to the `region` set in the [oci config file](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#File_Name_and_Location) |
| `OCI_SSH_KEY` | | The public SSH key to be added to the Kubernetes nodes. It can be used to login to the node and troubleshoot failures. |
| `OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION` | true | Enables [in-flight Transport Layer Security (TLS) 1.2 encryption](https://docs.oracle.com/en-us/iaas/Content/File/Tasks/intransitencryption.htm) of data between control plane nodes and their associated block storage devices. |
| `OCI_NODE_PV_TRANSIT_ENCRYPTION` | true | Enables [in-flight Transport Layer Security (TLS) 1.2 encryption](https://docs.oracle.com/en-us/iaas/Content/File/Tasks/intransitencryption.htm) of data between worker nodes and their associated block storage devices. |
Expand Down
1 change: 0 additions & 1 deletion templates/cluster-template-antrea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ metadata:
name: "${CLUSTER_NAME}"
spec:
compartmentId: "${OCI_COMPARTMENT_ID}"
region: "${OCI_REGION}"
networkSpec:
vcn:
networkSecurityGroups:
Expand Down
1 change: 0 additions & 1 deletion templates/cluster-template-arm-free-tier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ metadata:
name: "${CLUSTER_NAME}"
spec:
compartmentId: "${OCI_COMPARTMENT_ID}"
region: "${OCI_REGION}"
networkSpec:
vcn:
name: ${CLUSTER_NAME}-test-vcn
Expand Down
1 change: 0 additions & 1 deletion templates/cluster-template-failure-domain-spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ metadata:
name: "${CLUSTER_NAME}"
spec:
compartmentId: "${OCI_COMPARTMENT_ID}"
region: "${OCI_REGION}"
---
kind: KubeadmControlPlane
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
Expand Down
1 change: 0 additions & 1 deletion templates/cluster-template-oci-addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ metadata:
name: "${CLUSTER_NAME}"
spec:
compartmentId: "${OCI_COMPARTMENT_ID}"
region: "${OCI_REGION}"
---
kind: KubeadmControlPlane
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
Expand Down
1 change: 0 additions & 1 deletion templates/cluster-template-oraclelinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ metadata:
name: "${CLUSTER_NAME}"
spec:
compartmentId: "${OCI_COMPARTMENT_ID}"
region: "${OCI_REGION}"
---
kind: KubeadmControlPlane
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
Expand Down
1 change: 0 additions & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ metadata:
name: "${CLUSTER_NAME}"
spec:
compartmentId: "${OCI_COMPARTMENT_ID}"
region: "${OCI_REGION}"
---
kind: KubeadmControlPlane
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
Expand Down

0 comments on commit 0649c75

Please sign in to comment.