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
-14Lines changed: 0 additions & 14 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,14 +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.
871
-
- name: --disable-pod-security-policy
872
-
type: bool
873
-
short-summary: Disable pod security policy
874
-
long-summary: PodSecurityPolicy is deprecated. See https://aka.ms/aks/psp for details.
875
863
- name: --nrg-lockdown-restriction-level
876
864
type: string
877
865
short-summary: Restriction level on the managed node resource.
@@ -1279,8 +1267,6 @@
1279
1267
text: az aks update --disable-cluster-autoscaler -g MyResourceGroup -n MyManagedCluster
1280
1268
- name: Update min-count or max-count for cluster autoscaler.
1281
1269
text: az aks update --update-cluster-autoscaler --min-count 1 --max-count 10 -g MyResourceGroup -n MyManagedCluster
1282
-
- name: Disable pod security policy.
1283
-
text: az aks update --disable-pod-security-policy -g MyResourceGroup -n MyManagedCluster
1284
1270
- name: Update a kubernetes cluster with standard SKU load balancer to use two AKS created IPs for the load balancer outbound connection usage.
1285
1271
text: az aks update -g MyResourceGroup -n MyManagedCluster --load-balancer-managed-outbound-ip-count 2
1286
1272
- name: Update a kubernetes cluster with standard SKU load balancer to use the provided public IPs for the load balancer outbound connection usage.
0 commit comments