Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article shows you how to uninstall the OMS add-on and related resources from your AKS cluster.
Disable the OSM add-on from your cluster using the
az aks disable-addon
command and the--addons
parameter.az aks disable-addons \ --resource-group myResourceGroup \ --name myAKSCluster \ --addons open-service-mesh
Uninstall the remaining resources on the cluster using the
osm uninstall cluster-wide-resources
command.osm uninstall cluster-wide-resources
Note
For version 1.1, the command is
osm uninstall mesh --delete-cluster-wide-resources
Important
You must remove these additional resources after you disable the OSM add-on. Leaving these resources on your cluster may cause issues if you enable the OSM add-on again in the future.
Learn more about Open Service Mesh.