You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -129,7 +129,7 @@ The list of regions can be found {uri-oci-region}[here].
129
129
130
130
== Configure OCI Networking parameters
131
131
132
-
The networking parameters concern the VCN and the subnets network configuration as well as whether to enable some specific features such as the NAT Gateway.
132
+
The networking parameters concern the VCN and the subnets network configuration as well as whether to enable some specific features such as the NAT Gateway.
133
133
134
134
You can leave most of the default options. However, you may want to change the following 2 parameters:
135
135
@@ -272,6 +272,7 @@ create_operator = true
272
272
enable_operator_instance_principal = true
273
273
enable_operator_pv_encryption_in_transit = false
274
274
operator_volume_kms_id = <operator_volume_kms_id>
275
+
create_policies = true
275
276
----
276
277
277
278
OKE also supports enforcing the use of signed images. You can enforce the use of signed image using the following parameters:
|The id of the OCI KMS key to be used as the master encryption key for encrypting Kubernetes' etcd . *Required* if _use_cluster_encryption_ is set to *true*
621
-
|`ocid1.key.oc1....`
622
-
|
621
+
622
+
|create_policies
623
+
|Whether to create dynamic group for cluster with policies to access {uri-oci-kms}[OCI KMS] when using encryption.
624
+
|true/false
625
+
|true
623
626
624
627
|use_node_pool_volume_encryption
625
628
|Whether to use {uri-oci-kms}[OCI KMS] to encrypt Kubernetes Nodepool's boot/block volume.
@@ -642,15 +645,15 @@ EOT
642
645
|false
643
646
644
647
|`image_signing_keys`
645
-
|A list of KMS key ids used by the worker nodes to verify signed images. The keys must use RSA algorithm. *Required* if _use_signed_images_ is set to *true*
648
+
|A list of KMS key ids used by the worker nodes to verify signed images. The keys must use RSA algorithm. *Required* if _use_signed_images_ is set to *true*
Even if you set the load balancer subnets to be internal, you still need to set the correct {uri-oci-loadbalancer-annotations}[annotations] when creating internal load balancers. Just setting this value to internal is *_not_* sufficient.
790
793
@@ -826,7 +829,7 @@ Refer to {uri-topology}[topology] for more thorough examples.
0 commit comments