Skip to content

Commit

Permalink
Apply default deny-all network policies to giantswarm and kube-system…
Browse files Browse the repository at this point in the history
… namespaces (#159)

* Apply default deny-all network policies to giantswarm and kube-system namespaces

Signed-off-by: Jirka Kremser <[email protected]>

* changelog

Signed-off-by: Jirka Kremser <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Co-authored-by: Erkan Erol <[email protected]>
  • Loading branch information
jkremser and erkanerol authored Dec 11, 2023
1 parent 0b45df2 commit 86e712e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Bump `clustertest` to v0.14.0 that increased the char count of cluster names to 20 chars
- CAPV: WCs have the default deny-all network policies

## [1.19.3] - 2023-12-05

Expand Down
1 change: 0 additions & 1 deletion providers/capv/standard/test_data/cluster_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ connectivity:
bastion:
enabled: true
network:
allowAllEgress: true
controlPlaneEndpoint:
host: "" # [string] Manually select an IP for kube API. "" for auto selection from the ipPoolName pool.
port: 6443
Expand Down

0 comments on commit 86e712e

Please sign in to comment.