Skip to content

Commit 7d46bf5

Browse files
authored
{AKS} aks create: udpate description for --pod-cidr and --pod-cidrs (#31738)
1 parent 5058e03 commit 7d46bf5

File tree

1 file changed

+4
-4
lines changed
  • src/azure-cli/azure/cli/command_modules/acs

1 file changed

+4
-4
lines changed

src/azure-cli/azure/cli/command_modules/acs/_help.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@
263263
long-summary: To access nodes after creating a cluster with this option, use the Azure Portal.
264264
- name: --pod-cidr
265265
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
268268
- name: --message-of-the-day
269269
type: string
270270
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 @@
278278
long-summary: Each range must not overlap with any Subnet IP ranges. For example, "10.0.0.0/16,2001:abcd::/108".
279279
- name: --pod-cidrs
280280
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
283283
- name: --ip-families
284284
type: string
285285
short-summary: A comma-separated list of IP versions to use for cluster networking.

0 commit comments

Comments
 (0)