|
@@ -16,7 +16,7 @@ imageConfig:
|
|
latest: false
|
|
latest: false
|
|
kind: NodeConfig
|
|
kind: NodeConfig
|
|
kubeletArguments: {{ openshift.node.kubelet_args | default(None) | to_padded_yaml(level=1) }}
|
|
kubeletArguments: {{ openshift.node.kubelet_args | default(None) | to_padded_yaml(level=1) }}
|
|
-{% if use_crio | default(False) %}
|
|
|
|
|
|
+{% if openshift.docker.use_crio | default(False) %}
|
|
container-runtime:
|
|
container-runtime:
|
|
- remote
|
|
- remote
|
|
container-runtime-endpoint:
|
|
container-runtime-endpoint:
|