I have a cluster configured on azure kubernetes . and the services are working fine. following this article https://docs.microsoft.com/en-us/azure/aks/kubernetes-dashboard
i am trying to view dashboard using but get the error as follows
az aks browse --resource-group DemoRG--name aksdemo2
Proxy running on http://127.0.0.1:8001/
Press CTRL+C to close the tunnel...
Error: unknown flag: --address
My cluster does not have RBAC enabled , i am unsure if this is related to network issue or something different.
az aks browse --resource-group DemoRG --name aksdemo2
. Don't know if that is causing the issue. – Peter Bons--debug
to get the details of the error. – Charles Xu