Skip to content

Commit 0280650

Browse files
authored
chore: highlight breaking change in k8s default behaviour (#251)
1 parent a2fa64b commit 0280650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11+
- **Breaking**: Add `Kubernetes API allowed IPs` field to `kubernetes show` output. This changes default behavior from _allow access from any IP_ to _block access from all IPs_. To be able to connect to the cluster, define list of allowed IP addresses and/or CIDR blocks or allow access from any IP.
1112
- Add `kubernetes nodegroup show` for displaying node-group details. This also adds _Nodes_ table and _Anti-affinity_ field that were not available in previous `kubernetes show` output.
1213
- Add `kubernetes modify` command for modifying IP addresses that are allowed to access cluster's Kubernetes API.
1314
- Add `--kubernetes-api-allow-ip` argument to `kubernetes create` command.
14-
- Add `Kubernetes API allowed IPs` field to `kubernetes show` output.
1515

1616
### Changed
1717
- In human readable output of `kubernetes show` command, show node-groups as table. Node-group datails are available with `kubernetes nodegroup show` command.

0 commit comments

Comments
 (0)