Skip to content
Snippets Groups Projects
Unverified Commit 05b9f14b authored by Arthur Outhenin-Chalandre's avatar Arthur Outhenin-Chalandre Committed by GitHub
Browse files

Update cilium minimum kernel preinstall check (#6376)

parent 4cb576da
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@
- name: Stop if kernel version is too low
assert:
that: ansible_kernel.split('-')[0] is version('4.8', '>=')
that: ansible_kernel.split('-')[0] is version('4.9.17', '>=')
when:
- kube_network_plugin == 'cilium'
- not ignore_assert_errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment