kubeadm cri-o support.
This commit is contained in:
parent
5ab8a712d9
commit
236f066635
2 changed files with 6 additions and 0 deletions
|
@ -15,3 +15,6 @@ discoveryTokenAPIServers:
|
||||||
discoveryTokenUnsafeSkipCAVerification: true
|
discoveryTokenUnsafeSkipCAVerification: true
|
||||||
nodeRegistration:
|
nodeRegistration:
|
||||||
name: {{ inventory_hostname }}
|
name: {{ inventory_hostname }}
|
||||||
|
{% if manage_crio %}
|
||||||
|
criSocket: /var/run/crio/crio.sock
|
||||||
|
{% endif %}
|
||||||
|
|
|
@ -138,3 +138,6 @@ nodeRegistration:
|
||||||
taints:
|
taints:
|
||||||
- effect: NoSchedule
|
- effect: NoSchedule
|
||||||
key: node-role.kubernetes.io/master
|
key: node-role.kubernetes.io/master
|
||||||
|
{% if manage_crio %}
|
||||||
|
criSocket: /var/run/crio/crio.sock
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue