6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
![]() |
{%- if taskserv.name == "kubernetes" %}
|
||
|
CONTAINERD_VERSION="{{taskserv.version}}"
|
||
|
CRICTL_VERSION="{{taskserv.crictl_version}}"
|
||
|
CRI_SOCKET="unix:///var/run/containerd/containerd.sock"
|
||
|
{%- endif %}
|