Merge pull request #3308 from weaveworks/2018-08-08-fix-cri-socket-volume-name

Fix the CRI volumeMount name in the example manifest
This commit is contained in:
Bryan Boreham
2018-08-08 16:04:01 +01:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ spec:
securityContext:
privileged: true
volumeMounts:
- name: crio-socket
- name: cri-socket
mountPath: /var/run/crio/crio.sock
- name: scope-plugins
mountPath: /var/run/scope/plugins