From 7a86514c9a2fb360f4408390a00c72163a2069c9 Mon Sep 17 00:00:00 2001 From: thorner Date: Tue, 14 Sep 2021 16:35:24 -0400 Subject: [PATCH] Add changelog entry for LKE v1.26.0 --- src/content/changelog/lke-1-26-0.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/content/changelog/lke-1-26-0.md diff --git a/src/content/changelog/lke-1-26-0.md b/src/content/changelog/lke-1-26-0.md new file mode 100644 index 000000000..66cd5be22 --- /dev/null +++ b/src/content/changelog/lke-1-26-0.md @@ -0,0 +1,20 @@ +--- +title: Linode Kubernetes Engine v1.26.0 +date: 2021-09-14T05:00:00.000Z +version: 1.26.0 +changelog: + - Linode Kubernetes Engine +--- + +### Added + +* Add support for cluster-autoscaler to all LKE clusters. This feature is + now live and configurable per node pool via the Linode API. + +### Fixed + +* Revert Calico CNI to host-local IPAM to address connectivity issues + with the control plane. Any existing workloads still experiencing issues + communicating with the control plane should be restarted so that pods receive + a new pod IP address. +