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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
`--service-principal` is specified.
41
41
- name: --node-vm-size -s
42
42
type: string
43
-
short-summary: Size of Virtual Machines to create as Kubernetes nodes.
43
+
short-summary: Size of Virtual Machines to create as Kubernetes nodes. If the user does not specify one, server will select a default VM size for her/him.
44
44
- name: --dns-name-prefix -p
45
45
type: string
46
46
short-summary: Prefix for hostnames that are created. If not specified, generate a hostname using the
@@ -1698,7 +1698,7 @@
1698
1698
parameters:
1699
1699
- name: --node-vm-size -s
1700
1700
type: string
1701
-
short-summary: Size of Virtual Machines to create as Kubernetes nodes.
1701
+
short-summary: Size of Virtual Machines to create as Kubernetes nodes. If the user does not specify one, server will select a default VM size for her/him.
1702
1702
- name: --node-count -c
1703
1703
type: int
1704
1704
short-summary: Number of nodes in the Kubernetes agent pool. After creating a cluster, you can change the
0 commit comments