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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,9 @@
228
228
- name: --disable-acns-security
229
229
type: bool
230
230
short-summary: Used to disable advanced networking security features on a clusters when enabling advanced networking features with "--enable-acns".
231
+
- name: --acns-advanced-networkpolicies
232
+
type: string
233
+
short-summary: Used to enable advanced network policies (None, FQDN or L7) on a cluster when enabling advanced networking features with "--enable-acns".
231
234
- name: --no-ssh-key -x
232
235
type: string
233
236
short-summary: Do not use or create a local SSH key.
@@ -1214,6 +1217,9 @@
1214
1217
- name: --disable-acns-security
1215
1218
type: bool
1216
1219
short-summary: Used to disable advanced networking security features on a clusters when enabling advanced networking features with "--enable-acns".
1220
+
- name: --acns-advanced-networkpolicies
1221
+
type: string
1222
+
short-summary: Used to enable advanced network policies (None, FQDN or L7) on a cluster when enabling advanced networking features with "--enable-acns".
1217
1223
- name: --enable-cost-analysis
1218
1224
type: bool
1219
1225
short-summary: Enable exporting Kubernetes Namespace and Deployment details to the Cost Analysis views in the Azure portal. For more information see aka.ms/aks/docs/cost-analysis.
0 commit comments