Merge pull request #179 from eaglesemanation/debian11-nftables

fix: Support nftables for Debian 11
This commit is contained in:
Xan Manning 2022-02-18 14:14:58 +00:00 committed by GitHub
commit 4387b3d12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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