diff options
author | Steve Milner <smilner@redhat.com> | 2017-07-19 16:40:04 -0400 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-08-03 17:20:52 +0200 |
commit | a4be4c390a5eca18ef2cec8af57c24dfc162e6d2 (patch) | |
tree | bd094e662ce824a483f3d6be3a2b87b1ecf794fe /roles | |
parent | 4588260e27e0e139690d0219f6e57b125dce116a (diff) | |
download | openshift-a4be4c390a5eca18ef2cec8af57c24dfc162e6d2.tar.gz openshift-a4be4c390a5eca18ef2cec8af57c24dfc162e6d2.tar.bz2 openshift-a4be4c390a5eca18ef2cec8af57c24dfc162e6d2.tar.xz openshift-a4be4c390a5eca18ef2cec8af57c24dfc162e6d2.zip |
openshift_node: fix typo for experimental-cri
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_node/templates/node.yaml.v1.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_node/templates/node.yaml.v1.j2 b/roles/openshift_node/templates/node.yaml.v1.j2 index 2a664790f..93f8658b4 100644 --- a/roles/openshift_node/templates/node.yaml.v1.j2 +++ b/roles/openshift_node/templates/node.yaml.v1.j2 @@ -21,7 +21,7 @@ kubeletArguments: {{ openshift.node.kubelet_args | default(None) | to_padded_yam - remote container-runtime-endpoint: - /var/run/crio.sock - enable-cri: + experimental-cri: - 'true' image-service-endpoint: - /var/run/crio.sock |