We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40611ba commit d02d467Copy full SHA for d02d467
src/aks-preview/azext_aks_preview/custom.py
@@ -1260,7 +1260,7 @@ def aks_upgrade(cmd,
1260
upgrade_all = True
1261
else:
1262
msg = (
1263
- "Since control-plane-only argument is specified, this will upgrade only the kubernetes version of the control plane to "
+ "Since --control-plane-only parameter 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?"
0 commit comments