https://bugzilla.redhat.com/show_bug.cgi?id=1610224 The automatic detect of cri-o was broken in the merge of the 3.10 code to 3.11
@@ -83,6 +83,9 @@ spec:
- name: dockercfg
mountPath: /etc/sysconfig/docker
readOnly: true
+ - name: originnodecfg
+ mountPath: /etc/origin/node
+ readOnly: true
- name: dockerdaemoncfg
mountPath: /etc/docker
@@ -241,6 +244,9 @@ spec:
hostPath:
path: /etc/sysconfig/docker
+ hostPath:
+ path: /etc/origin/node
path: /etc/docker