Merge pull request #14998 from olemarkus/cas-expander-notes

Add release note about CAS expander config
This commit is contained in:
Kubernetes Prow Robot 2023-01-14 02:28:14 -08:00 committed by GitHub
commit b48346bb7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]".