-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.19
-
None
-
-
-
None
-
False
-
-
Description of problem:
Workloads using high-performance runtime class that is created by performance profile contoller are using runc as the runtime container instead of crun
Version-Release number of selected component (if applicable):
4.18
How reproducible:
Create a performance profile on the cluster
Steps to Reproduce:
1.Create a performance profile on the cluster 2.Create a guaranteed pod using the runtime class created by the controller 3. oc debug the node hosting the pod, and check that the runtime used by the container is runc: /bin/ps aux | grep 'pod name'
Take a look at the output of the -r argument
Actual results:
root 6317 0.0 0.0 8312 1600 ? Ss 12:25 0:00 /usr/bin/conmon -b /run/containers/storage/overlay-containers/f492c7c342b71.../userdata/conmon-pidfile -p /run/containers/storage/overlay-containers/f492c7c342b71e19e.../userdata/pidfile --persist-dir /var/lib/containers/storage/overlay-containers/f492c7c342b7..../userdata -r /usr/bin/runc --runtime-arg --root=/run/runc --socket-dir-path /var/run/crio --syslog -u f492c7c3... -s
Expected results:
root 6317 0.0 0.0 8312 1600 ? Ss 12:25 0:00 /usr/bin/conmon -b /run/containers/storage/overlay-containers/f492c7c342b71.../userdata/conmon-pidfile -p /run/containers/storage/overlay-containers/f492c7c342b71e19e.../userdata/pidfile --persist-dir /var/lib/containers/storage/overlay-containers/f492c7c342b7..../userdata -r /usr/bin/crun --runtime-arg --root=/run/crun --socket-dir-path /var/run/crio --syslog -u f492c7c3... -s
Additional info:
- blocks
-
OCPBUGS-45450 Make crun the default runtime in NTO
- ON_QA
- is cloned by
-
OCPBUGS-45450 Make crun the default runtime in NTO
- ON_QA
- links to