Skip to content
Snippets Groups Projects
Commit 236f0666 authored by Takashi Okamoto's avatar Takashi Okamoto
Browse files

kubeadm cri-o support.

parent 5ab8a712
No related branches found
No related tags found
No related merge requests found
......@@ -15,3 +15,6 @@ discoveryTokenAPIServers:
discoveryTokenUnsafeSkipCAVerification: true
nodeRegistration:
name: {{ inventory_hostname }}
{% if manage_crio %}
criSocket: /var/run/crio/crio.sock
{% endif %}
......@@ -138,3 +138,6 @@ nodeRegistration:
taints:
- effect: NoSchedule
key: node-role.kubernetes.io/master
{% if manage_crio %}
criSocket: /var/run/crio/crio.sock
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment