Skip to content

Commit

Permalink
Fix the CRI volumeMount name in the example manifest
Browse files Browse the repository at this point in the history
volumeMounts need to refer to an existing volume name to be successfully
mounted. cri-socket is the defined volume name.
  • Loading branch information
dlespiau committed Aug 8, 2018
1 parent 701bed6 commit 693f70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cri/ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 693f70a

Please sign in to comment.