mirror of https://github.com/kubernetes/kops.git
Update the Notes doc for 1.26 to document changes
This commit is contained in:
parent
89dfafefe7
commit
58e9d38bc8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue