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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -234,13 +234,13 @@
234
234
- name: --network-plugin
235
235
type: string
236
236
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".
238
238
- name: --network-plugin-mode
239
239
type: string
240
240
short-summary: The network plugin mode to use.
241
241
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
+
networkplugin, pods are given routable IPs from VNET.
0 commit comments