-
Bug
-
Resolution: Done
-
Major
-
4.13.z
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
No
-
None
-
Rejected
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
the cri-o version in 4.13.4 should be able to support log linking
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. apply
apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
metadata:
name: 99-worker-linklogs
labels:
machineconfiguration.openshift.io/role: worker
spec:
config:
ignition:
version: 3.2.0
networkd: {}
passwd: {}
storage:
files:
- path: /etc/crio/crio.conf.d/ll.conf
mode: 420
overwrite: true
contents:
source: data:text/plain;charset=utf-8;base64,W2NyaW8ucnVudGltZS53b3JrbG9hZHMubGlua2VkbG9nc10KYWN0aXZhdGlvbl9hbm5vdGF0aW9uID0gImlvLmt1YmVybmV0ZXMuY3JpLW8uTGlua0xvZ3MiCmFsbG93ZWRfYW5ub3RhdGlvbnMgPSBbICJpby5rdWJlcm5ldGVzLmNyaS1vLkxpbmtMb2dzIiBdCg==
verification: {}
2.
3.
Actual results:
mc does not roll out
Expected results:
mc should roll out
Additional info: