You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/aks-preview/azext_aks_preview/_help.py
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1934,6 +1934,9 @@
1934
1934
- name: --max-unavailable
1935
1935
type: string
1936
1936
short-summary: The maximum number or percentage of nodes that can be simultaneously unavailable during upgrade. When specified, it represents the number or percent used, eg. 1 or 5%
1937
+
- name: --max-blocked-nodes
1938
+
type: string
1939
+
short-summary: The maximum number or percentage of extra nodes that are allowed to be blocked in the agent pool during an upgrade when undrainable node behavior is Cordon. When specified, it represents the number or percent used, eg. 1 or 5%.
1937
1940
- name: --kubelet-config
1938
1941
type: string
1939
1942
short-summary: Kubelet configurations for agent nodes.
@@ -2076,6 +2079,9 @@
2076
2079
- name: --max-unavailable
2077
2080
type: string
2078
2081
short-summary: The maximum number or percentage of nodes that can be simultaneously unavailable during upgrade. When specified, it represents the number or percent used, eg. 1 or 5%
2082
+
- name: --max-blocked-nodes
2083
+
type: string
2084
+
short-summary: The maximum number or percentage of extra nodes that are allowed to be blocked in the agent pool during an upgrade when undrainable node behavior is Cordon. When specified, it represents the number or percent used, eg. 1 or 5%.
2079
2085
- name: --aks-custom-headers
2080
2086
type: string
2081
2087
short-summary: Send custom headers. When specified, format should be Key1=Value1,Key2=Value2
@@ -2128,6 +2134,9 @@
2128
2134
- name: --max-unavailable
2129
2135
type: string
2130
2136
short-summary: The maximum number or percentage of nodes that can be simultaneously unavailable during upgrade. When specified, it represents the number or percent used, eg. 1 or 5%
2137
+
- name: --max-blocked-nodes
2138
+
type: string
2139
+
short-summary: The maximum number or percentage of extra nodes that are allowed to be blocked in the agent pool during an upgrade when undrainable node behavior is Cordon. When specified, it represents the number or percent used, eg. 1 or 5%.
2131
2140
- name: --mode
2132
2141
type: string
2133
2142
short-summary: The mode for a node pool which defines a node pool's primary function. If set as "System", AKS prefers system pods scheduling to node pools with mode `System`. Learn more at https://aka.ms/aks/nodepool/mode.
0 commit comments