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/azure-cli/azure/cli/command_modules/acs/_help.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -263,8 +263,8 @@
263
263
long-summary: To access nodes after creating a cluster with this option, use the Azure Portal.
264
264
- name: --pod-cidr
265
265
type: string
266
-
short-summary: A CIDR notation IP range from which to assign pod IPs when kubenet is used.
267
-
long-summary: This range must not overlap with any Subnet IP ranges. For example, 172.244.0.0/16.
266
+
short-summary: A CIDR notation IP range from which to assign pod IPs when Azure CNI Overlay or Kubenet is used (On 31 March 2028, Kubenet will be retired).
267
+
long-summary: This range must not overlap with any Subnet IP ranges. For example, 172.244.0.0/16. See https://aka.ms/aks/azure-cni-overlay
268
268
- name: --message-of-the-day
269
269
type: string
270
270
short-summary: Path to a file containing the desired message of the day. Only valid for linux nodes. Will be written to /etc/motd.
@@ -278,8 +278,8 @@
278
278
long-summary: Each range must not overlap with any Subnet IP ranges. For example, "10.0.0.0/16,2001:abcd::/108".
279
279
- name: --pod-cidrs
280
280
type: string
281
-
short-summary: A comma-separated list of CIDR notation IP ranges from which to assign pod IPs when kubenet is used.
282
-
long-summary: Each range must not overlap with any Subnet IP ranges. For example, "172.244.0.0/16,fd0:abcd::/64".
281
+
short-summary: A comma-separated list of CIDR notation IP ranges from which to assign pod IPs when Azure CNI Overlay or Kubenet is used (On 31 March 2028, Kubenet will be retired).
282
+
long-summary: Each range must not overlap with any Subnet IP ranges. For example, "172.244.0.0/16,fd0:abcd::/64". See https://aka.ms/aks/azure-cni-overlay
283
283
- name: --ip-families
284
284
type: string
285
285
short-summary: A comma-separated list of IP versions to use for cluster networking.
0 commit comments