mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Replace --resource-container
and --system-container
with
`--kubelet-cgroups` and `--system-cgroups` respectively. Updated `--runtime-container` to `--runtime-cgroups`. Cleaned up most of the kubelet code that consumes these flags to match the flag name changes. Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
@@ -171,6 +171,7 @@ kubectl-path
|
||||
kubelet-address
|
||||
kubelet-cadvisor-port
|
||||
kubelet-certificate-authority
|
||||
kubelet-cgroups
|
||||
kubelet-client-certificate
|
||||
kubelet-client-key
|
||||
kubelet-docker-endpoint
|
||||
@@ -311,7 +312,7 @@ root-ca-file
|
||||
root-dir
|
||||
run-proxy
|
||||
runtime-config
|
||||
runtime-container
|
||||
runtime-cgroups
|
||||
save-config
|
||||
scheduler-config
|
||||
scheduler-name
|
||||
@@ -348,6 +349,7 @@ storage-versions
|
||||
streaming-connection-idle-timeout
|
||||
suicide-timeout
|
||||
sync-frequency
|
||||
system-cgroups
|
||||
system-container
|
||||
system-reserved
|
||||
target-port
|
||||
|
Reference in New Issue
Block a user