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
*`cpu_manager_policy` - (Required) The CPU management policy on the node. See
1293
+
*`cpu_manager_policy` - (Optional) The CPU management policy on the node. See
1294
1294
[K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
1295
-
One of `"none"` or `"static"`. Defaults to `none` when `kubelet_config` is unset.
1295
+
One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
1296
1296
1297
1297
*`cpu_cfs_quota` - (Optional) If true, enables CPU CFS quota enforcement for
1298
1298
containers that specify CPU limits.
@@ -1302,11 +1302,6 @@ as a sequence of decimal numbers, each with optional fraction and a unit suffix,
1302
1302
such as `"300ms"`. Valid time units are "ns", "us" (or "µs"), "ms", "s", "m",
1303
1303
"h". The value must be a positive duration.
1304
1304
1305
-
-> Note: At the time of writing (2020/08/18) the GKE API rejects the `none`
1306
-
value and accepts an invalid `default` value instead. While this remains true,
1307
-
not specifying the `kubelet_config` block should be the equivalent of specifying
1308
-
`none`.
1309
-
1310
1305
*`insecure_kubelet_readonly_port_enabled` - (Optional) Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
1311
1306
1312
1307
*`pod_pids_limit` - (Optional) Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
0 commit comments