Skip to content

Commit

Permalink
fix flavors beside clusterclass that were missing cilium host FW (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine authored Jun 5, 2024
1 parent 30e714e commit fd82259
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/flavors/k3s/dual-stack/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ patches:
valuesContent: |-
bgpControlPlane:
enabled: true
policyAuditMode: ${FW_AUDIT_ONLY:=true}
hostFirewall:
enabled: true
extraConfig:
allow-localhost: policy
ipam:
mode: kubernetes
ipv4:
Expand Down
5 changes: 5 additions & 0 deletions templates/flavors/k3s/full-vpcless/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ patches:
valuesContent: |-
bgpControlPlane:
enabled: true
policyAuditMode: ${FW_AUDIT_ONLY:=true}
hostFirewall:
enabled: true
extraConfig:
allow-localhost: policy
ipam:
mode: kubernetes
ipv4:
Expand Down
5 changes: 5 additions & 0 deletions templates/flavors/k3s/vpcless/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ patches:
valuesContent: |-
bgpControlPlane:
enabled: true
policyAuditMode: ${FW_AUDIT_ONLY:=true}
hostFirewall:
enabled: true
extraConfig:
allow-localhost: policy
ipam:
mode: kubernetes
ipv4:
Expand Down
5 changes: 5 additions & 0 deletions templates/flavors/kubeadm/dual-stack/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ patches:
value: |
bgpControlPlane:
enabled: true
policyAuditMode: ${FW_AUDIT_ONLY:=true}
hostFirewall:
enabled: true
extraConfig:
allow-localhost: policy
ipv6:
enabled: true
ipam:
Expand Down
5 changes: 5 additions & 0 deletions templates/flavors/kubeadm/full-vpcless/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ patches:
value: |
bgpControlPlane:
enabled: true
policyAuditMode: ${FW_AUDIT_ONLY:=true}
hostFirewall:
enabled: true
extraConfig:
allow-localhost: policy
ipv6:
enabled: true
ipam:
Expand Down
5 changes: 5 additions & 0 deletions templates/flavors/kubeadm/vpcless/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ patches:
value: |
bgpControlPlane:
enabled: true
policyAuditMode: ${FW_AUDIT_ONLY:=true}
hostFirewall:
enabled: true
extraConfig:
allow-localhost: policy
ipam:
mode: kubernetes
k8s:
Expand Down
5 changes: 5 additions & 0 deletions templates/flavors/rke2/vpcless/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ patches:
value: |
bgpControlPlane:
enabled: true
policyAuditMode: ${FW_AUDIT_ONLY:=true}
hostFirewall:
enabled: true
extraConfig:
allow-localhost: policy
ipam:
mode: kubernetes
k8s:
Expand Down

0 comments on commit fd82259

Please sign in to comment.