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
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -304,10 +304,6 @@
304
304
- name: --vm-set-type
305
305
type: string
306
306
short-summary: Agent pool vm set type. VirtualMachineScaleSets, AvailabilitySet or VirtualMachines(Preview).
307
-
- name: --enable-pod-security-policy
308
-
type: bool
309
-
short-summary: Enable pod security policy.
310
-
long-summary: --enable-pod-security-policy is deprecated. See https://aka.ms/aks/psp for details.
311
307
- name: --node-resource-group
312
308
type: string
313
309
short-summary: The node resource group is the resource group where all customer's resources will be created in, such as virtual machines.
@@ -864,10 +860,6 @@
864
860
type: string
865
861
short-summary: How outbound traffic will be configured for a cluster.
866
862
long-summary: This option will change the way how the outbound connections are managed in the AKS cluster. Available options are loadbalancer, managedNATGateway, userAssignedNATGateway, userDefinedRouting, none and block. For custom vnet, loadbalancer, userAssignedNATGateway and userDefinedRouting are supported. For aks managed vnet, loadbalancer, managedNATGateway and userDefinedRouting are supported.
867
-
- name: --enable-pod-security-policy
868
-
type: bool
869
-
short-summary: Enable pod security policy.
870
-
long-summary: --enable-pod-security-policy is deprecated. See https://aka.ms/aks/psp for details.
0 commit comments