Azure-docs: Enable HTTP Application Routing on existing AKS

Created on 19 Jun 2018  Â·  7Comments  Â·  Source: MicrosoftDocs/azure-docs

Hello is it possible to enable this add-on for an existing AKS?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

assigned-to-author container-servicsvc doc-enhancement in-progress triaged

Most helpful comment

@flmarins using the Azure CLI (locally or in Cloud Shell) you can run the following for your existing AKS cluster:
az aks enable-addons -a http_application_routing -g $RESOURCE_GROUP_NAME -n $AKS_CLUSTER_NAME

I just successfully did this on one of my own existing clusters.

All 7 comments

Thanks for the feedback! We are currently investigating and will update you shortly.

@flmarins I believe you need to add the correct files and redeploy the AKS.

@lachie83 or @neilpeterson could either of you confirm?

@flmarins we are working on having the ability to do this on existing clusters (created post release of the feature being available) but currently don't have a portal or CLI experience to make that simple. I could update the document to add something similar to this https://docs.microsoft.com/azure/monitoring/monitoring-container-health#how-to-stop-monitoring-with-container-health which is an incremental template update to either enable/disable on an existing cluster. Would that be useful?

@lachie83, I have tought of this option, just wasn't sure it would work. So yes I think it would at least worth metioning that it can be achieved by an incremental template :).
Thanks for the answer.

Thanks @lachie83! I will assign to you while you update the doc. Appreciate the help :)

@flmarins using the Azure CLI (locally or in Cloud Shell) you can run the following for your existing AKS cluster:
az aks enable-addons -a http_application_routing -g $RESOURCE_GROUP_NAME -n $AKS_CLUSTER_NAME

I just successfully did this on one of my own existing clusters.

As @berndverst notes, this can now be done with the Azure CLI. I have created a PR to update the doc, which should merge and publish this afternoon.

in-progress

Was this page helpful?
0 / 5 - 0 ratings