From b35cf5d6157e579bab1ba5708de8abff1b56b96d Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Sat, 14 Jan 2023 09:18:28 +0100 Subject: [PATCH] Add release note about CAS expander config --- docs/releases/1.26-NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releases/1.26-NOTES.md b/docs/releases/1.26-NOTES.md index 5a8b665336..6b66d19487 100644 --- a/docs/releases/1.26-NOTES.md +++ b/docs/releases/1.26-NOTES.md @@ -66,6 +66,8 @@ error is encountered while updating an InstanceGroup. * The "external" networking option is not supported for Kubernetes 1.26 or later. For "bring your own" CNIs, use the "cni" networking option instead. +* If the cluster autoscaler is configured to use the priority expander, kOps will automatically create its ConfigMap. If you still want to manage the ConfigMap manually, set `spec.clusterAutoscaler.createPriorityExpanderConfig: false`. See [the documentation](https://kops.sigs.k8s.io/addons/#priority-expander-configuration) for more details. + # Deprecations * The "kops get [CLUSTER]" command is deprecated. It is replaced by "kops get all [CLUSTER]".