1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-16 00:15:51 +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:
Ahmad E 2018-05-09 00:57:38 -07:00 committed by GitHub
parent 5d718ad123
commit f1e39f3f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,6 @@ services:
infra_container_image: gcr.io/google_containers/pause-amd64:3.0
# Optionally define additional volume binds to a service
extra_binds:
- "/host/dev:/dev"
- "/usr/libexec/kubernetes/kubelet-plugins:/usr/libexec/kubernetes/kubelet-plugins"
kubeproxy: