ip6tables not set to legacy mode #32

Closed
opened 2024-06-28 02:36:33 +00:00 by jon_nfc · 9 comments
jon_nfc commented 2024-06-28 02:36:33 +00:00 (Migrated from gitlab.com)

iptables is correctly set to legacy mode IAW k3s docs, however ip6tables is not.

details

add a task to k3s/install.yaml approx line 555


- name: Set IP6Tables to legacy mode
  ansible.builtin.command:
    cmd: update-alternatives --set iptables /usr/sbin/ip6tables-legacy
  changed_when: false
  when: >
    not nfc_role_kubernetes_cluster_upgraded | default(false) | bool

/cc @jasonpage.tas

iptables is correctly set to legacy mode IAW k3s docs, however ip6tables is not. ## details add a task to k3s/install.yaml approx line 555 ``` yaml - name: Set IP6Tables to legacy mode ansible.builtin.command: cmd: update-alternatives --set iptables /usr/sbin/ip6tables-legacy changed_when: false when: > not nfc_role_kubernetes_cluster_upgraded | default(false) | bool ``` /cc @jasonpage.tas
jon_nfc commented 2024-06-28 02:36:33 +00:00 (Migrated from gitlab.com)

added 5m of time spent

added 5m of time spent
jasonpage.tas commented 2024-07-04 02:56:49 +00:00 (Migrated from gitlab.com)

mentioned in merge request !74

mentioned in merge request !74
jasonpage.tas commented 2024-07-04 02:59:12 +00:00 (Migrated from gitlab.com)

mentioned in merge request jasonpage.tas/kubernetes!1

mentioned in merge request jasonpage.tas/kubernetes!1
jasonpage.tas commented 2024-07-04 03:11:05 +00:00 (Migrated from gitlab.com)
mentioned in commit jasonpage.tas/kubernetes@00df34167bfd314d329b8338a7286ab8f560e806
jasonpage.tas commented 2024-07-04 03:37:37 +00:00 (Migrated from gitlab.com)

@jon_nfc

Review commit 00df34167bfd314d329b8338a7286ab8f560e806

@jon_nfc Review commit 00df34167bfd314d329b8338a7286ab8f560e806
jasonpage.tas commented 2024-07-06 03:25:32 +00:00 (Migrated from gitlab.com)

mentioned in commit f5bba112cf

mentioned in commit f5bba112cf9858b3935c3fa66aea7e46183901fa
jon_nfc commented 2024-07-06 03:30:22 +00:00 (Migrated from gitlab.com)

mentioned in merge request !75

mentioned in merge request !75
jon_nfc commented 2024-07-08 02:02:31 +00:00 (Migrated from gitlab.com)

mentioned in commit f3f2769f0a

mentioned in commit f3f2769f0afcd8edc2fe8a9e41496b1cdad3af43
jasonpage.tas (Migrated from gitlab.com) closed this issue 2024-07-08 02:02:31 +00:00
jon_nfc (Migrated from gitlab.com) closed this issue 2024-07-08 02:02:31 +00:00
jon_nfc commented 2024-07-08 02:07:13 +00:00 (Migrated from gitlab.com)

assigned to @jasonpage.tas

assigned to @jasonpage.tas
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ansible-collections/kubernetes#32
No description provided.