Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 committed May 16, 2024
1 parent bdb3211 commit 61690b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/src/topics/firewalling.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ By default, the following policies are set to audit mode(without any enforcement
| Ports | Use-case | Allowed clients |
|-------|--------------------------|-------------------------------|
| 6443 | API Server Traffic | World |
| 9345 | RKE2 Management Traffic | World |
| * | In Cluster Communication | Intra Cluster and VPC Traffic |

## Enabling Firewall Enforcement
Expand All @@ -40,7 +39,7 @@ Additional rules can be added to the `default-policy`
apiVersion: "cilium.io/v2"
kind: CiliumClusterwideNetworkPolicy
metadata:
name: "default-policy"
name: "default-external-policy"
spec:
description: "allow cluster intra cluster traffic along api server traffic"
nodeSelector: {}
Expand All @@ -54,7 +53,6 @@ spec:
toPorts:
- ports:
- port: "22" # added for SSH Access to the nodes
- port: "9345"
- port: "6443"
```
Alternatively, additional rules can be added by creating a new policy
Expand Down

0 comments on commit 61690b4

Please sign in to comment.