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