Merge pull request #2806 from tommyknows/patch-1

Fix order of extra_binds
This commit is contained in:
Jen Travinski
2022-01-04 15:24:12 -05:00
committed by GitHub
@@ -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"
```