mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
kubeadm cri-o support.
This commit is contained in:
@@ -15,3 +15,6 @@ discoveryTokenAPIServers:
|
||||
discoveryTokenUnsafeSkipCAVerification: true
|
||||
nodeRegistration:
|
||||
name: {{ inventory_hostname }}
|
||||
{% if manage_crio %}
|
||||
criSocket: /var/run/crio/crio.sock
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user