kubeadm cri-o support.

This commit is contained in:
Takashi Okamoto
2018-08-28 02:24:45 +00:00
parent 5ab8a712d9
commit 236f066635
2 changed files with 6 additions and 0 deletions

View File

@@ -15,3 +15,6 @@ discoveryTokenAPIServers:
discoveryTokenUnsafeSkipCAVerification: true
nodeRegistration:
name: {{ inventory_hostname }}
{% if manage_crio %}
criSocket: /var/run/crio/crio.sock
{% endif %}