container_manager variable to specify runtime.

This commit is contained in:
Takashi Okamoto
2018-08-28 06:23:38 +00:00
parent 5eb805f098
commit d407a590a6
11 changed files with 20 additions and 29 deletions

View File

@@ -138,6 +138,6 @@ nodeRegistration:
taints:
- effect: NoSchedule
key: node-role.kubernetes.io/master
{% if manage_crio %}
{% if container_manager == 'crio' %}
criSocket: /var/run/crio/crio.sock
{% endif %}