mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Merge pull request #2806 from tommyknows/patch-1
Fix order of extra_binds
This commit is contained in:
@@ -34,7 +34,7 @@ Additional volume binds can be added to services using the `extra_binds` argumen
|
||||
services:
|
||||
kubelet:
|
||||
extra_binds:
|
||||
- "/host/dev:/dev"
|
||||
- "/dev:/host/dev"
|
||||
- "/usr/libexec/kubernetes/kubelet-plugins:/usr/libexec/kubernetes/kubelet-plugins:z"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user