Skip to content

Commit 80c9805

Browse files
authored
docs: updated dependencies chart (#482)
1 parent bace9fb commit 80c9805

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

docs/dependencies.adoc

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
== Dependencies
1616

17-
The following table documents the {uri-terraform-options}[Terraform Options] dependencies.
17+
The following table documents the {uri-terraform-options}[Terraform Options] dependencies i.e. the prerequisites in order for certain features to work.
1818

1919
[stripes=odd,cols="1d,4d,3a", options=header,width="100%"]
2020
|===
@@ -28,30 +28,34 @@ The following table documents the {uri-terraform-options}[Terraform Options] dep
2828

2929
|create_service_account
3030
|Creates a service account that can be used for CI/CD.
31-
|create_bastion_host = true, create_operator = true, admin_instance_principal = true
31+
|create_bastion_host = true, create_operator = true, enable_operator_instance_principal = true
3232

3333
|enable_calico
3434
|Installs calico as network policy engine
3535
|create_bastion_host = true, create_operator = true, enable_operator_instance_principal = true
3636

3737
|enable_metric_server
3838
|Installs Kubernetes metrics server for Horizontal Pod Autoscaling
39-
|create_bastion_host = true, create_operator = true, admin_instance_principal = true
39+
|create_bastion_host = true, create_operator = true, enable_operator_instance_principal = true
4040

4141
|node_pools_to_drain
4242
|Drains existing node pools before upgrading
43-
|create_bastion_host = true, create_operator = true, admin_instance_principal = true
43+
|create_bastion_host = true, create_operator = true, enable_operator_instance_principal = true
4444

4545
|ocir secret
4646
|Whether to create an authentication secret for OCIR
47-
|create_bastion_host = true, create_operator = true, admin_instance_principal = true, secret_id = secret ocid
47+
|create_bastion_host = true, create_operator = true, enable_operator_instance_principal = true, secret_id = secret ocid
4848

4949
|use_encryption
5050
|Uses OCI KMS to encrypt data in OKE's underlying etcd
51-
|create_bastion_host = true, create_operator = true, admin_instance_principal = true
51+
|create_bastion_host = true, create_operator = true, enable_operator_instance_principal = true
5252

5353
|vpa
5454
|Installs Kubernetes Vertical Pod Autoscaler
55-
|create_bastion_host = true, create_operator = true, admin_instance_principal = true, enable_metric_server = true
55+
|create_bastion_host = true, create_operator = true, enable_operator_instance_principal = true, enable_metric_server = true
56+
57+
|enable_gatekeeper
58+
|Installs OPA Gatekeeper
59+
|create_bastion_host = true, create_operator = true, enable_operator_instance_principal = true
5660

5761
|===

0 commit comments

Comments
 (0)