Update the Notes doc for 1.26 to document changes

This commit is contained in:
Jack Andersen 2022-12-21 09:17:20 -08:00
parent 89dfafefe7
commit 58e9d38bc8
No known key found for this signature in database
GPG Key ID: 3F47FBCA70B709C7
1 changed files with 7 additions and 1 deletions

View File

@ -13,6 +13,12 @@ with "control-plane-". The names of groups for existing clusters are unchanged.
* The channels CLI that kOps use to manage addons is now bundled with the kOps binary. These commands are useful for addon diagnostics and troubleshooting. For example, to list installed addons, run `kops toolbox addons get addons`.
* Since kOps 1.24, by default during rolling updates, kOps will time out after
spending 15 minutes on an InstanceGroup (instead of hanging indefinitely on
eviction errors), proceeding to the next InstanceGroup after timing out.
As of kOps 1.26, rolling updates will not proceed if a cluster validation
error is encountered while updating an InstanceGroup.
## AWS
* Bastions are now fronted by a Network Load Balancer.
@ -69,4 +75,4 @@ CNIs, use the "cni" networking option instead.
# Help Wanted
* kOps needs maintainers for Canal, Flannel, and Kube-Router, to keep versions up to date and move the integration from experimental to stable.
If no volunteers step up by the time kOps 1.27 is released, support will be phased out.
If no volunteers step up by the time kOps 1.27 is released, support will be phased out.