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
* `is_pod_security_policy_enabled` - Whether or not to enable the Pod Security Policy admission controller.
77
-
* `ip_families` - IP family to use for single stack or define the order of IP families for dual-stack
77
+
* `ip_families` - IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
78
78
* `kubernetes_network_config` - Network configuration for Kubernetes.
79
-
* `pods_cidr` - The CIDR block for Kubernetes pods. Optional, defaults to 10.244.0.0/16.
80
-
* `services_cidr` - The CIDR block for Kubernetes services. Optional, defaults to 10.96.0.0/16.
79
+
* `pods_cidr` - The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
80
+
* `services_cidr` - The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
81
81
* `open_id_connect_discovery` - The property that define the status of the OIDC Discovery feature for a cluster.
82
82
* `is_open_id_connect_discovery_enabled` - Whether the cluster has OIDC Discovery enabled. Defaults to false. If set to true, the cluster will be assigned a public OIDC Discovery endpoint.
83
83
* `open_id_connect_token_authentication_config` - The properties that configure OIDC token authentication in kube-apiserver. For more information, see [Configuring the API Server](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-flags).
* `is_pod_security_policy_enabled` - Whether or not to enable the Pod Security Policy admission controller.
90
-
* `ip_families` - IP family to use for single stack or define the order of IP families for dual-stack
90
+
* `ip_families` - IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
91
91
* `kubernetes_network_config` - Network configuration for Kubernetes.
92
-
* `pods_cidr` - The CIDR block for Kubernetes pods. Optional, defaults to 10.244.0.0/16.
93
-
* `services_cidr` - The CIDR block for Kubernetes services. Optional, defaults to 10.96.0.0/16.
92
+
* `pods_cidr` - The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
93
+
* `services_cidr` - The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
94
94
* `open_id_connect_token_authentication_config` - The properties that configure OIDC token authentication in kube-apiserver. For more information, see [Configuring the API Server](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-flags).
95
95
* `ca_certificate` - A Base64 encoded public RSA or ECDSA certificates used to signed your identity provider's web certificate.
96
96
* `client_id` - A client id that all tokens must be issued for.
Copy file name to clipboardExpand all lines: website/docs/d/containerengine_node_pools.html.markdown
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,6 @@ The following attributes are exported:
85
85
* `is_force_delete_after_grace_duration` - If the underlying compute instance should be deleted if you cannot evict all the pods in grace period
86
86
*`node_image_id` - Deprecated. see `nodeSource`. The OCID of the image running on the nodes in the node pool.
87
87
*`node_image_name` - Deprecated. see `nodeSource`. The name of the image running on the nodes in the node pool.
88
-
*`node_metadata` - A list of key/value pairs to add to each underlying Oracle Cloud Infrastructure instance in the node pool on launch.
89
88
*`node_pool_cycling_details` - Node Pool Cycling Details
90
89
* `is_node_cycling_enabled` - If nodes in the nodepool will be cycled to have new changes.
91
90
* `maximum_surge` - Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
* `is_pod_security_policy_enabled` - (Optional) (Updatable) Whether or not to enable the Pod Security Policy admission controller.
141
-
* `ip_families` - (Optional) IP family to use for single stack or define the order of IP families for dual-stack
141
+
* `ip_families` - (Optional) IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
142
142
* `kubernetes_network_config` - (Optional) Network configuration for Kubernetes.
143
-
* `pods_cidr` - (Optional) The CIDR block for Kubernetes pods. Optional, defaults to 10.244.0.0/16.
144
-
* `services_cidr` - (Optional) The CIDR block for Kubernetes services. Optional, defaults to 10.96.0.0/16.
143
+
* `pods_cidr` - (Optional) The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
144
+
* `services_cidr` - (Optional) The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
145
145
* `open_id_connect_token_authentication_config` - (Optional) (Updatable) The properties that configure OIDC token authentication in kube-apiserver. For more information, see [Configuring the API Server](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-flags).
146
146
* `ca_certificate` - (Optional) (Updatable) A Base64 encoded public RSA or ECDSA certificates used to signed your identity provider's web certificate.
147
147
* `client_id` - (Optional) (Updatable) A client id that all tokens must be issued for.
@@ -219,10 +219,10 @@ The following attributes are exported:
219
219
* `is_tiller_enabled` - Whether or not to enable the Tiller add-on.
* `is_pod_security_policy_enabled` - Whether or not to enable the Pod Security Policy admission controller.
222
-
* `ip_families` - IP family to use for single stack or define the order of IP families for dual-stack
222
+
* `ip_families` - IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
223
223
* `kubernetes_network_config` - Network configuration for Kubernetes.
224
-
* `pods_cidr` - The CIDR block for Kubernetes pods. Optional, defaults to 10.244.0.0/16.
225
-
* `services_cidr` - The CIDR block for Kubernetes services. Optional, defaults to 10.96.0.0/16.
224
+
* `pods_cidr` - The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
225
+
* `services_cidr` - The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
226
226
* `open_id_connect_token_authentication_config` - The properties that configure OIDC token authentication in kube-apiserver. For more information, see [Configuring the API Server](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-flags).
227
227
* `ca_certificate` - A Base64 encoded public RSA or ECDSA certificates used to signed your identity provider's web certificate.
228
228
* `client_id` - A client id that all tokens must be issued for.
0 commit comments