File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/aks-preview/azext_aks_preview Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1260,8 +1260,10 @@ def aks_upgrade(cmd,
12601260 upgrade_all = True
12611261 else :
12621262 msg = (
1263- "Since control-plane-only argument is specified, this will upgrade only the control plane to "
1264- f"{ instance .kubernetes_version } . Node pool will not change. Continue?"
1263+ "Since control-plane-only argument is specified, this will upgrade only the kubernetes version of the control plane to "
1264+ f"{ instance .kubernetes_version } . Kubernetes versions of the node pools will remain unchanged, "
1265+ "but node image version may be upgraded if there has been cluster config change that requires VM reimage. "
1266+ "Continue?"
12651267 )
12661268 if not yes and not prompt_y_n (msg , default = "n" ):
12671269 return None
You can’t perform that action at this time.
0 commit comments