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 committed by Ole Markus With
parent 345f443581
commit 2a615fe1a4
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.