mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
fix: invalid version check in containerd jinja-template config (#10620)
This commit is contained in:
parent
10679ebb5d
commit
72da838519
@ -78,7 +78,7 @@ oom_score = {{ containerd_oom_score }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% if nri_enabled and containerd_version >= 1.7.0 %}
|
||||
{% if nri_enabled and containerd_version is version('1.7.0', '>=') %}
|
||||
[plugins."io.containerd.nri.v1.nri"]
|
||||
disable = false
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user