Update cilium minimum kernel preinstall check (#6376)

Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
pull/6393/head
Arthur Outhenin-Chalandre 2020-07-13 13:44:32 +02:00 committed by GitHub
parent 4cb576da19
commit 05b9f14b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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