From 877b57d7419df8bb26785cdb3b3e19ea428920d5 Mon Sep 17 00:00:00 2001 From: Suyash Choudhary <57896905+sssash18@users.noreply.github.com> Date: Tue, 21 May 2024 17:14:02 +0530 Subject: [PATCH] Added flags --- cluster-autoscaler/SYNC-CHANGES/SYNC_CHANGES-1.29.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cluster-autoscaler/SYNC-CHANGES/SYNC_CHANGES-1.29.md b/cluster-autoscaler/SYNC-CHANGES/SYNC_CHANGES-1.29.md index ea4e6c06b194..12a822678d96 100644 --- a/cluster-autoscaler/SYNC-CHANGES/SYNC_CHANGES-1.29.md +++ b/cluster-autoscaler/SYNC-CHANGES/SYNC_CHANGES-1.29.md @@ -1,6 +1,6 @@ -- [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) @@ -13,10 +13,10 @@ ## 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", "", @@ -24,6 +24,8 @@ "--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.