Skip to content

Commit 96e2728

Browse files
committed
update prompt
1 parent 128dd90 commit 96e2728

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/aks-preview/azext_aks_preview/custom.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)