Add release note about CAS expander config

This commit is contained in:
Ole Markus With 2023-01-14 09:18:28 +01:00
parent befa68660f
commit b35cf5d615
1 changed files with 2 additions and 0 deletions

View File

@ -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]".