mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +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
4
roles/container-engine/cri-o/templates/crictl.yaml.j2
Normal file
4
roles/container-engine/cri-o/templates/crictl.yaml.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
runtime-endpoint: unix://{{ cri_socket }}
|
||||
image-endpoint: unix://{{ cri_socket }}
|
||||
timeout: 30
|
||||
debug: false
|
||||
Reference in New Issue
Block a user