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: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -860,10 +860,6 @@
860
860
type: string
861
861
short-summary: How outbound traffic will be configured for a cluster.
862
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.
863
-
- name: --disable-pod-security-policy
864
-
type: bool
865
-
short-summary: Disable pod security policy
866
-
long-summary: PodSecurityPolicy is deprecated. See https://aka.ms/aks/psp for details.
867
863
- name: --nrg-lockdown-restriction-level
868
864
type: string
869
865
short-summary: Restriction level on the managed node resource.
@@ -1271,8 +1267,6 @@
1271
1267
text: az aks update --disable-cluster-autoscaler -g MyResourceGroup -n MyManagedCluster
1272
1268
- name: Update min-count or max-count for cluster autoscaler.
1273
1269
text: az aks update --update-cluster-autoscaler --min-count 1 --max-count 10 -g MyResourceGroup -n MyManagedCluster
1274
-
- name: Disable pod security policy.
1275
-
text: az aks update --disable-pod-security-policy -g MyResourceGroup -n MyManagedCluster
1276
1270
- name: Update a kubernetes cluster with standard SKU load balancer to use two AKS created IPs for the load balancer outbound connection usage.
1277
1271
text: az aks update -g MyResourceGroup -n MyManagedCluster --load-balancer-managed-outbound-ip-count 2
1278
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