mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Kubelet: add --container-runtime-endpoint and --image-service-endpoint
New flag --container-runtime-endpoint (overrides --container-runtime) is introduced to kubelet which identifies the unix socket file of the remote runtime service. And new flag --image-service-endpoint is introduced to kubelet which identifies the unix socket file of the image service.
This commit is contained in:
@@ -90,6 +90,7 @@ consumer-service-namespace
|
||||
contain-pod-resources
|
||||
container-port
|
||||
container-runtime
|
||||
container-runtime-endpoint
|
||||
controller-start-interval
|
||||
cors-allowed-origins
|
||||
cpu-cfs-quota
|
||||
@@ -221,6 +222,7 @@ image-gc-high-threshold
|
||||
image-gc-low-threshold
|
||||
image-project
|
||||
image-pull-policy
|
||||
image-service-endpoint
|
||||
include-extended-apis
|
||||
included-types-overrides
|
||||
input-base
|
||||
|
||||
Reference in New Issue
Block a user