Skip to content

Commit 54a5db8

Browse files
authored
Adding Daemonset related flags to May 2024 GA (#29579)
1 parent a6ea101 commit 54a5db8

File tree

1 file changed

+15
-0
lines changed
  • specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-05-01

1 file changed

+15
-0
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-05-01/managedClusters.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4598,6 +4598,21 @@
45984598
"title": "Detects similar node pools and balances the number of nodes between them.",
45994599
"description": "Valid values are 'true' and 'false'"
46004600
},
4601+
"daemonset-eviction-for-empty-nodes": {
4602+
"type": "boolean",
4603+
"title": "DaemonSet pods will be gracefully terminated from empty nodes",
4604+
"description": "If set to true, all daemonset pods on empty nodes will be evicted before deletion of the node. If the daemonset pod cannot be evicted another node will be chosen for scaling. If set to false, the node will be deleted without ensuring that daemonset pods are deleted or evicted."
4605+
},
4606+
"daemonset-eviction-for-occupied-nodes": {
4607+
"type": "boolean",
4608+
"title": "DaemonSet pods will be gracefully terminated from non-empty nodes",
4609+
"description": "If set to true, all daemonset pods on occupied nodes will be evicted before deletion of the node. If the daemonset pod cannot be evicted another node will be chosen for scaling. If set to false, the node will be deleted without ensuring that daemonset pods are deleted or evicted."
4610+
},
4611+
"ignore-daemonsets-utilization": {
4612+
"type": "boolean",
4613+
"title": "Should CA ignore DaemonSet pods when calculating resource utilization for scaling down",
4614+
"description": "If set to true, the resources used by daemonset will be taken into account when making scaling down decisions."
4615+
},
46014616
"expander": {
46024617
"type": "string",
46034618
"enum": [

0 commit comments

Comments
 (0)