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
Copy file name to clipboardexpand all lines: docs/resources/k8s_cluster.md
+22-1
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,10 @@ The following arguments are supported:
138
138
139
139
-`expendable_pods_priority_cutoff` - (Defaults to `-10`) Pods with priority below cutoff will be expendable. They can be killed without any consideration during scale down and they don't cause scale up. Pods with null priority (PodPriority disabled) are non expendable.
140
140
141
+
-`scale_down_utilization_threshold` - (Defaults to `0.5`) Node utilization level, defined as sum of requested resources divided by capacity, below which a node can be considered for scale down
142
+
143
+
-`max_graceful_termination_sec` - (Defaults to `600`) Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node
144
+
141
145
-`auto_upgrade` - (Optional) The auto upgrade configuration.
142
146
143
147
-`enable` - (Optional) Set to `true` to enable Kubernetes patch version auto upgrades.
@@ -151,13 +155,30 @@ The following arguments are supported:
151
155
152
156
-`admission_plugins` - (Optional) The list of [admission plugins](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/) to enable on the cluster.
153
157
158
+
-`apiserver_cert_sans` - (Optional) Additional Subject Alternative Names for the Kubernetes API server certificate
159
+
160
+
-`open_id_connect_config` - (Optional) The OpenID Connect configuration of the cluster
161
+
162
+
-`issuer_url` - (Required) URL of the provider which allows the API server to discover public signing keys
163
+
164
+
-`client_id` - (Required) A client id that all tokens must be issued for
165
+
166
+
-`username_claim` - (Optional) JWT claim to use as the user name
167
+
168
+
-`username_prefix` - (Optional) Prefix prepended to username
169
+
170
+
-`groups_claim` - (Optional) JWT claim to use as the user's group
171
+
172
+
-`groups_prefix` - (Optional) Prefix prepended to group claims
173
+
174
+
-`required_claim` - (Optional) Multiple key=value pairs that describes a required claim in the ID Token
175
+
154
176
-`delete_additional_resources` - (Defaults to `false`) Delete additional resources like block volumes and loadbalancers that were created in Kubernetes on cluster deletion.
155
177
156
178
-`default_pool` - (Deprecated) See below.
157
179
158
180
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) in which the cluster should be created.
159
181
160
-
161
182
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the cluster is associated with.
Copy file name to clipboardexpand all lines: docs/resources/k8s_pool.md
+11
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,17 @@ The following arguments are supported:
65
65
-`container_runtime` - (Defaults to `docker`) The container runtime of the pool.
66
66
~> **Important:** Updates to this field will recreate a new resource.
67
67
68
+
-`kubelet_args` - (Optional) The Kubelet arguments to be used by this pool
69
+
70
+
-`upgrade_policy` - (Optional) The Pool upgrade policy
71
+
72
+
-`max_surge` - (Defaults to `0`) The maximum number of nodes to be created during the upgrade
73
+
74
+
-`max_unavailable` - (Defaults to `1`) The maximum number of nodes that can be not ready at the same time
75
+
76
+
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#regions) in which the pool should be created.
77
+
~> **Important:** Updates to this field will recreate a new resource.
78
+
68
79
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) in which the pool should be created.
69
80
70
81
-`wait_for_pool_ready` - (Default to `false`) Whether to wait for the pool to be ready.
0 commit comments