mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 18:09:59 -03:30
kubeadm cri-o support.
This commit is contained in:
parent
5ab8a712d9
commit
236f066635
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user