Skip to content

Commit

Permalink
fix firewall rule descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 committed Oct 3, 2024
1 parent 6c38146 commit 921fa23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions templates/flavors/k3s/dns-loadbalancing/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ 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:
- 192.168.255.0/24
ports: 30000-32767
protocol: TCP
label: accept-NodeBalancer
description: accept traffic from the entire NodeBalancer CIDR to the NodePort service range
description: accept traffic from the entire NodeBalancer CIDR to the NodePort service range
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions templates/flavors/rke2/dns-loadbalancing/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ 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:
- 192.168.255.0/24
ports: 30000-32767
protocol: TCP
label: accept-NodeBalancer
description: accept traffic from the entire NodeBalancer CIDR to the NodePort service range
description: accept traffic from the entire NodeBalancer CIDR to the NodePort service range

0 comments on commit 921fa23

Please sign in to comment.