fix: Support nftables for Debian 11

This commit is contained in:
Vladimir Romashchenko 2022-02-15 15:57:43 -05:00
parent 6550071e43
commit d1f61bf866
No known key found for this signature in database
GPG Key ID: E5B7EA4A9E1D48F4
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@
when:
- check_k3s_required_package.rc is defined
- (package.until is not defined
or (k3s_release_version | replace('v', '')) is version_compare(package.until, '>='))
or (k3s_release_version | replace('v', '')) is version_compare(package.until, '<'))
- (package.from is not defined
or (k3s_release_version | replace('v', '')) is version_compare(package.from, '>='))

View File

@ -112,7 +112,7 @@ k3s_check_packages:
debian-11:
- name: iptables-legacy
from: 1.19.2
# until: 1.22.2
until: 1.22.3
documentation: https://rancher.com/docs/k3s/latest/en/advanced/#enabling-legacy-iptables-on-raspbian-buster
# - name: dummy
# from: 1.19.2