Update cilium minimum kernel preinstall check (#6376)
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
This commit is contained in:
parent
4cb576da19
commit
05b9f14b76
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
||||||
|
|
||||||
- name: Stop if kernel version is too low
|
- name: Stop if kernel version is too low
|
||||||
assert:
|
assert:
|
||||||
that: ansible_kernel.split('-')[0] is version('4.8', '>=')
|
that: ansible_kernel.split('-')[0] is version('4.9.17', '>=')
|
||||||
when:
|
when:
|
||||||
- kube_network_plugin == 'cilium'
|
- kube_network_plugin == 'cilium'
|
||||||
- not ignore_assert_errors
|
- not ignore_assert_errors
|
||||||
|
|
Loading…
Reference in a new issue