你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

从 Azure Kubernetes 服务 (AKS) 群集卸载 Open Service Mesh (OSM) 加载项

本文演示如何从 AKS 群集卸载 OMS 加载项和相关资源。

注意

云原生计算基金会 (CNCF) 的 Open Service Mesh (OSM) 停用后,我们建议识别 OSM 配置并将其迁移到等效的 Istio 配置。 有关从 OSM 迁移到 Istio 的信息,请参阅将 Open Service Mesh (OSM) 配置迁移到 Istio 的指南

从群集禁用 OSM 加载项

  • 使用 az aks disable-addon 命令和 --addons 参数从群集中禁用 OSM 加载项。

    az aks disable-addons \
      --resource-group myResourceGroup \
      --name myAKSCluster \
      --addons open-service-mesh
    

删除 OSM 资源

  • 使用 osm uninstall cluster-wide-resources 命令卸载群集上的剩余资源。

    osm uninstall cluster-wide-resources
    

    注意

    对于版本 1.1,命令为 osm uninstall mesh --delete-cluster-wide-resources

    重要

    禁用 OSM 加载项后,需要删除这些其他资源。 如果以后再次启用 OSM 加载项,将这些资源保留在群集中可能会导致问题。

后续步骤

详细了解 Open Service Mesh