Skip to content

Commit

Permalink
Added flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sssash18 committed May 21, 2024
1 parent bd12c66 commit 877b57d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cluster-autoscaler/SYNC-CHANGES/SYNC_CHANGES-1.29.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--- For help refer to https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md?plain=1 as example --->

- [v1.29.0](#v1290)
- [v1.29.2](#v1290)
- [Synced with which upstream CA](#synced-with-which-upstream-ca)
- [Changes made](#changes-made)
- [During merging](#during-merging)
Expand All @@ -13,17 +13,19 @@

## Synced with which upstream CA

[v1.29.0](https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.29.0)
[v1.29.2](https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.29.2)

## Changes made
- See general release notes of 1.29.0: https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.29.0
- See general release notes of 1.29.2: https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.29.2
- New flag added in autoscaling options: flag.Bool("scale-down-delay-type-local", false, "Should --scale-down-delay-after-* flags be applied locally per nodegroup or globally across all nodegroups")
- New flag added in autoscaling options: pflag.StringSlice("bypassed-scheduler-names", []string{}, fmt.Sprintf("Names of schedulers to bypass. If set to non-empty value, CA will not wait for pods to reach a certain age before triggering a scale-up."))
- New flag added in autoscaling options: flag.String("drain-priority-config", "",
"List of ',' separated pairs (priority:terminationGracePeriodSeconds) of integers separated by ':' enables priority evictor. Priority evictor groups pods into priority groups based on pod priority and evict pods in the ascending order of group priorities"+
"--max-graceful-termination-sec flag should not be set when this flag is set. Not setting this flag will use unordered evictor by default."+
"Priority evictor reuses the concepts of drain logic in kubelet(https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2712-pod-priority-based-graceful-node-shutdown#migration-from-the-node-graceful-shutdown-feature)."+
"Eg. flag usage: '10000:20,1000:100,0:60'")
- New flag added in autoscaling options: flag.Bool("dynamic-node-delete-delay-after-taint-enabled", false, "Enables dynamic adjustment of NodeDeleteDelayAfterTaint based of the latency between CA and api-server")
- New flag added in autoscaling options: flag.String("kube-api-content-type", "application/vnd.kubernetes.protobuf", "Content type of requests sent to apiserver.")

### During merging
- import package for `machine-controller-manager-provider-azure` was updated after vendoring latest version.
Expand Down

0 comments on commit 877b57d

Please sign in to comment.