mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Ubuntu CRI-O (#5426)
* Fix crictl * Reload systemd daemon before enabling service * Typo * Add crictl template * Remove seccomp.json for ubuntu * Set runtime path of runc for ubuntu * Change path to conmon
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
15a8c34717
commit
ccbcad9741
@@ -3,4 +3,4 @@ crio_packages:
|
||||
- "cri-o-{{ kube_version | regex_replace('^v(?P<major>\\d+).(?P<minor>\\d+).(?P<patch>\\d+)$', '\\g<major>.\\g<minor>') }}"
|
||||
|
||||
crio_service: crio
|
||||
crio_conmon: /usr/lib/crio/bin/conmon
|
||||
crio_conmon: /usr/bin/conmon
|
||||
|
||||
Reference in New Issue
Block a user