|
172 | 172 | short-summary: Enable the Kubernetes addons in a comma-separated list. |
173 | 173 | long-summary: |- |
174 | 174 | These addons are available: |
175 | | - - http_application_routing : configure ingress with automatic public DNS name creation. |
176 | 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 |
177 | 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). |
178 | 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. |
|
181 | 180 | - open-service-mesh : enable Open Service Mesh addon (PREVIEW). |
182 | 181 | - gitops : enable GitOps (PREVIEW). |
183 | 182 | - azure-keyvault-secrets-provider : enable Azure Keyvault Secrets Provider addon. |
184 | | - - web_application_routing : enable Web Application Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. |
| 183 | + - web_application_routing : enable the App Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. |
185 | 184 | - name: --disable-rbac |
186 | 185 | type: bool |
187 | 186 | short-summary: Disable Kubernetes Role-Based Access Control. |
|
507 | 506 | short-summary: Enable ImageIntegrity Service. |
508 | 507 | - name: --dns-zone-resource-id |
509 | 508 | type: string |
510 | | - short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon. |
| 509 | + short-summary: The resource ID of the DNS zone resource to use with the App Routing addon. |
511 | 510 | - name: --dns-zone-resource-ids |
512 | 511 | type: string |
513 | | - short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon. |
| 512 | + short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon. |
514 | 513 | - name: --enable-custom-ca-trust |
515 | 514 | type: bool |
516 | 515 | short-summary: Enable Custom CA Trust on agent node pool. |
|
2487 | 2486 | open-service-mesh - enable Open Service Mesh addon (PREVIEW). |
2488 | 2487 | gitops - enable GitOps (PREVIEW). |
2489 | 2488 | azure-keyvault-secrets-provider - enable Azure Keyvault Secrets Provider addon. |
2490 | | - web_application_routing - enable Web Application Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. |
| 2489 | + web_application_routing - enable the App Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. |
2491 | 2490 | parameters: |
2492 | 2491 | - name: --addon -a |
2493 | 2492 | type: string |
|
2542 | 2541 | short-summary: Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon. |
2543 | 2542 | - name: --dns-zone-resource-id |
2544 | 2543 | type: string |
2545 | | - short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon. |
| 2544 | + short-summary: The resource ID of the DNS zone resource to use with the App Routing addon. |
2546 | 2545 | - name: --dns-zone-resource-ids |
2547 | 2546 | type: string |
2548 | | - short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon. |
| 2547 | + short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon. |
2549 | 2548 | examples: |
2550 | 2549 | - name: Enable a Kubernetes addon. (autogenerated) |
2551 | 2550 | text: az aks addon enable --addon virtual-node --name MyManagedCluster --resource-group MyResourceGroup --subnet-name VirtualNodeSubnet |
|
2615 | 2614 | short-summary: Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon. |
2616 | 2615 | - name: --dns-zone-resource-id |
2617 | 2616 | type: string |
2618 | | - short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon. |
| 2617 | + short-summary: The resource ID of the DNS zone resource to use with the App Routing addon. |
2619 | 2618 | - name: --dns-zone-resource-ids |
2620 | 2619 | type: string |
2621 | | - short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon. |
| 2620 | + short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon. |
2622 | 2621 | examples: |
2623 | 2622 | - name: Update a Kubernetes addon. (autogenerated) |
2624 | 2623 | text: az aks addon update --addon virtual-node --name MyManagedCluster --resource-group MyResourceGroup --subnet-name VirtualNodeSubnet |
|
2647 | 2646 | open-service-mesh - enable Open Service Mesh addon (PREVIEW). |
2648 | 2647 | gitops - enable GitOps (PREVIEW). |
2649 | 2648 | azure-keyvault-secrets-provider - enable Azure Keyvault Secrets Provider addon. |
2650 | | - web_application_routing - enable Web Application Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. |
| 2649 | + web_application_routing - enable the App Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. |
2651 | 2650 | parameters: |
2652 | 2651 | - name: --addons -a |
2653 | 2652 | type: string |
|
2702 | 2701 | short-summary: Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon. |
2703 | 2702 | - name: --dns-zone-resource-id |
2704 | 2703 | type: string |
2705 | | - short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon. |
| 2704 | + short-summary: The resource ID of the DNS zone resource to use with the App Routing addon. |
2706 | 2705 | - name: --dns-zone-resource-ids |
2707 | 2706 | type: string |
2708 | | - short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon. |
| 2707 | + short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon. |
2709 | 2708 | - name: --aks-custom-headers |
2710 | 2709 | type: string |
2711 | 2710 | short-summary: Send custom headers. When specified, format should be Key1=Value1,Key2=Value2 |
|
0 commit comments