Skip to content

Commit b7d3045

Browse files
authored
Merge pull request #100157 from MaxHorstmann/master
azure/aks/integrations: fix incorrect az aks command
2 parents 8fa2d46 + 207d248 commit b7d3045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/integrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Azure Kubernetes Service (AKS) provides additional, supported functionality for
1313

1414
## Add-ons
1515

16-
Add-ons are a fully supported way to provide extra capabilities for your AKS cluster. Add-ons' installation, configuration, and lifecycle is managed by AKS. Use `az aks addon` to install an add-on or manage the add-ons for your cluster.
16+
Add-ons are a fully supported way to provide extra capabilities for your AKS cluster. Add-ons' installation, configuration, and lifecycle is managed by AKS. Use `az aks enable-addons` to install an add-on or manage the add-ons for your cluster.
1717

1818
The following rules are used by AKS for applying updates to installed add-ons:
1919

@@ -123,4 +123,4 @@ The below table shows a few examples of open-source and third-party integrations
123123
[azure/k8s-artifact-substitute]: https://github.com/Azure/k8s-artifact-substitute
124124
[azure/aks-create-action]: https://github.com/Azure/aks-create-action
125125
[azure/aks-github-runner]: https://github.com/Azure/aks-github-runner
126-
[github-actions-aks]: kubernetes-action.md
126+
[github-actions-aks]: kubernetes-action.md

0 commit comments

Comments
 (0)