From 921fa23c4667a342cf79d468068a609377fa2a25 Mon Sep 17 00:00:00 2001 From: Evan Johnson Date: Thu, 3 Oct 2024 15:42:40 -0400 Subject: [PATCH] fix firewall rule descriptions --- templates/flavors/k3s/dns-loadbalancing/kustomization.yaml | 4 ++-- .../flavors/kubeadm/dns-loadbalancing/kustomization.yaml | 4 ++-- templates/flavors/rke2/dns-loadbalancing/kustomization.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/flavors/k3s/dns-loadbalancing/kustomization.yaml b/templates/flavors/k3s/dns-loadbalancing/kustomization.yaml index 1c889dc7f..83f3895ed 100644 --- a/templates/flavors/k3s/dns-loadbalancing/kustomization.yaml +++ b/templates/flavors/k3s/dns-loadbalancing/kustomization.yaml @@ -63,7 +63,7 @@ patches: ports: "${APISERVER_PORT:=6443}" protocol: TCP label: inbound-api-server - description: accept all api server and konnectivity related traffic from nodebalancers + description: accept all api server related traffic from nodebalancers - action: ACCEPT addresses: ipv4: @@ -71,4 +71,4 @@ patches: ports: 30000-32767 protocol: TCP label: accept-NodeBalancer - description: accept traffic from the entire NodeBalancer CIDR to the NodePort service range \ No newline at end of file + description: accept traffic from the entire NodeBalancer CIDR to the NodePort service range diff --git a/templates/flavors/kubeadm/dns-loadbalancing/kustomization.yaml b/templates/flavors/kubeadm/dns-loadbalancing/kustomization.yaml index e7de61030..83f3895ed 100644 --- a/templates/flavors/kubeadm/dns-loadbalancing/kustomization.yaml +++ b/templates/flavors/kubeadm/dns-loadbalancing/kustomization.yaml @@ -60,10 +60,10 @@ patches: - 0.0.0.0/0 ipv6: - ::/0 - ports: "${APISERVER_PORT:=6443}}" + ports: "${APISERVER_PORT:=6443}" protocol: TCP label: inbound-api-server - description: accept all api server and konnectivity related traffic from nodebalancers + description: accept all api server related traffic from nodebalancers - action: ACCEPT addresses: ipv4: diff --git a/templates/flavors/rke2/dns-loadbalancing/kustomization.yaml b/templates/flavors/rke2/dns-loadbalancing/kustomization.yaml index 1c889dc7f..83f3895ed 100644 --- a/templates/flavors/rke2/dns-loadbalancing/kustomization.yaml +++ b/templates/flavors/rke2/dns-loadbalancing/kustomization.yaml @@ -63,7 +63,7 @@ patches: ports: "${APISERVER_PORT:=6443}" protocol: TCP label: inbound-api-server - description: accept all api server and konnectivity related traffic from nodebalancers + description: accept all api server related traffic from nodebalancers - action: ACCEPT addresses: ipv4: @@ -71,4 +71,4 @@ patches: ports: 30000-32767 protocol: TCP label: accept-NodeBalancer - description: accept traffic from the entire NodeBalancer CIDR to the NodePort service range \ No newline at end of file + description: accept traffic from the entire NodeBalancer CIDR to the NodePort service range