mirror of
https://github.com/rancher/rke.git
synced 2025-07-17 17:01:08 +00:00
removing redundant extra binds
Extra binds example prevents kubelet from starting up. The path seems to be already present when inspecting my kubelet.
This commit is contained in:
parent
5d718ad123
commit
f1e39f3f75
@ -64,7 +64,6 @@ services:
|
|||||||
infra_container_image: gcr.io/google_containers/pause-amd64:3.0
|
infra_container_image: gcr.io/google_containers/pause-amd64:3.0
|
||||||
# Optionally define additional volume binds to a service
|
# Optionally define additional volume binds to a service
|
||||||
extra_binds:
|
extra_binds:
|
||||||
- "/host/dev:/dev"
|
|
||||||
- "/usr/libexec/kubernetes/kubelet-plugins:/usr/libexec/kubernetes/kubelet-plugins"
|
- "/usr/libexec/kubernetes/kubelet-plugins:/usr/libexec/kubernetes/kubelet-plugins"
|
||||||
kubeproxy:
|
kubeproxy:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user