test: fixing of deb 12 #89

Merged
jon_nfc merged 3 commits from 14-k3s-upgrades into development 2024-03-29 20:03:04 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 7271e28c76 - Show all commits

View File

@ -45,6 +45,10 @@
docker exec -i test_image_${CI_JOB_ID} pip install ansible-core --break-system-packages;
docker exec -i test_image_${CI_JOB_ID} mkdir -p /etc/iptables;
docker exec -i test_image_${CI_JOB_ID} touch /etc/iptables/rules.v6;
docker exec -i test_image_${CI_JOB_ID} update-alternatives --set iptables /usr/sbin/iptables-legacy;
else

View File

@ -31,7 +31,7 @@ cmd "journalctl -xeu k3s.service"
cmd "systemctl status netfilter-persistent.service"
cmd "systemctl status iptables.servic"
cmd "systemctl status iptables.service"
cmd "systemctl status k3s.service"