Fix a template mistack
This commit is contained in:
parent
c60ae1c343
commit
74b037f751
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ bootstrapTokens:
|
||||||
nodeRegistration:
|
nodeRegistration:
|
||||||
{% if kubernetes_cri == "containerd" %}
|
{% if kubernetes_cri == "containerd" %}
|
||||||
criSocket: "/run/containerd/containerd.sock"
|
criSocket: "/run/containerd/containerd.sock"
|
||||||
{% elseif kubernetes_cri == "docker" %}
|
{% elif kubernetes_cri == "docker" %}
|
||||||
criSocket: "/var/run/docker.sock"
|
criSocket: "/var/run/docker.sock"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if false %}
|
{% if false %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue