mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
use cri-o from upstream instead of kubic/OBS (#9374)
* [cri-o] use cri-o from upstream instead of kubic/OBS * [cri-o] add proper molecule coverage * [skopeo] download skopeo from upstream build * [cri-o] clean up legacy deployments * disable cri-o per-distribution variables
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
- block:
|
||||
- name: look up crio cgroup driver
|
||||
shell: "crio-status info | grep 'cgroup driver' | awk -F': ' '{ print $2; }'"
|
||||
shell: "{{ bin_dir }}/crio-status info | grep 'cgroup driver' | awk -F': ' '{ print $2; }'"
|
||||
register: crio_cgroup_driver_result
|
||||
changed_when: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user