Skip to content

Commit c8290ac

Browse files
authored
[AKS] Update network plugin defaults and long summary (#31516)
Signed-off-by: Sam Foo <samfoo@microsoft.com>
1 parent cb14a97 commit c8290ac

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,13 @@
234234
- name: --network-plugin
235235
type: string
236236
short-summary: The Kubernetes network plugin to use.
237-
long-summary: Specify "azure" for routable pod IPs from VNET, "kubenet" for non-routable pod IPs with an overlay network, or "none" for no networking configured. Defaults to "kubenet".
237+
long-summary: Specify "azure" for highly scalable networking, "kubenet" for IP assignment from subnet NAT-based routing, or "none" for no networking configured. Defaults to "azure".
238238
- name: --network-plugin-mode
239239
type: string
240240
short-summary: The network plugin mode to use.
241241
long-summary: |
242-
Used to control the mode the network plugin should operate in. For example, "overlay" used with
243-
--network-plugin=azure will use an overlay network (non-VNET IPs) for pods in the cluster.
242+
Used to control the mode the network plugin should operate in. Defaults to "overlay". If not specified with "azure" as
243+
network plugin, pods are given routable IPs from VNET.
244244
- name: --network-policy
245245
type: string
246246
short-summary: Network Policy Engine to use.

0 commit comments

Comments
 (0)