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
+40-4Lines changed: 40 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,8 @@
175
175
- monitoring : turn on Log Analytics monitoring. Uses the Log Analytics Default Workspace if it exists, else creates one. Specify "--workspace-resource-id" to use an existing workspace. If monitoring addon is enabled --no-wait argument will have no effect
176
176
- virtual-node : enable AKS Virtual Node. Requires --aci-subnet-name to provide the name of an existing subnet for the Virtual Node to use. aci-subnet-name must be in the same vnet which is specified by --vnet-subnet-id (required as well).
177
177
- azure-policy : enable Azure policy. The Azure Policy add-on for AKS enables at-scale enforcements and safeguards on your clusters in a centralized, consistent manner. Required if enabling deployment safeguards. Learn more at aka.ms/aks/policy.
- confcom : enable confcom addon, this will enable SGX device plugin by default(PREVIEW).
180
181
- open-service-mesh : enable Open Service Mesh addon (PREVIEW).
181
182
- gitops : enable GitOps (PREVIEW).
@@ -635,6 +636,9 @@
635
636
Auto: A standard set of Karpenter NodePools are provisioned.
636
637
None: No Karpenter NodePools are provisioned.
637
638
WARNING: Changing this from Auto to None on an existing cluster will cause the default Karpenter NodePools to be deleted, which will in turn drain and delete the nodes associated with those pools. It is strongly recommended to not do this unless there are idle nodes ready to take the pods evicted by that action.
639
+
- name: --enable-application-load-balancer
640
+
type: bool
641
+
short-summary: Enable Application Load Balancer (Application Gateway for Containers) addon.
638
642
- name: --enable-app-routing
639
643
type: bool
640
644
short-summary: Enable Application Routing addon.
@@ -1417,6 +1421,12 @@
1417
1421
- name: --disable-gateway-api
1418
1422
type: bool
1419
1423
short-summary: Disable managed installation of Gateway API CRDs.
1424
+
- name: --enable-application-load-balancer
1425
+
type: bool
1426
+
short-summary: Enable Application Load Balancer (Application Gateway for Containers) addon.
1427
+
- name: --disable-application-load-balancer
1428
+
type: bool
1429
+
short-summary: Disable Application Load Balancer (Application Gateway for Containers) addon.
1420
1430
examples:
1421
1431
- name: Reconcile the cluster back to its current state.
1422
1432
text: az aks update -g MyResourceGroup -n MyManagedCluster
@@ -2782,7 +2792,8 @@
2782
2792
virtual-node - enable AKS Virtual Node. Requires --subnet-name to provide the name of an existing subnet for the Virtual Node to use.
2783
2793
azure-policy - enable Azure policy. The Azure Policy add-on for AKS enables at-scale enforcements and safeguards on your clusters in a centralized, consistent manner.
virtual-node - enable AKS Virtual Node. Requires --subnet-name to provide the name of an existing subnet for the Virtual Node to use.
2943
2954
azure-policy - enable Azure policy. The Azure Policy add-on for AKS enables at-scale enforcements and safeguards on your clusters in a centralized, consistent manner.
0 commit comments