mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-04 18:21:06 -03:30
add and use common crictl role (#6978)
This commit is contained in:
4
roles/container-engine/crictl/templates/crictl.yaml.j2
Normal file
4
roles/container-engine/crictl/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