Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add enable ASM egress gateway commands for az aks mesh #6768

Merged
merged 20 commits into from
Sep 19, 2023
Prev Previous commit
Next Next commit
update deletion check
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
  • Loading branch information
nshankar committed Sep 16, 2023
commit 22258056d4de8de52f8239aa5c44c485f9258f7e
Original file line number Diff line number Diff line change
Expand Up @@ -7466,7 +7466,6 @@ def test_aks_azure_service_mesh_with_egress_gateway(self, resource_group, resour
self.cmd(update_cmd, checks=[
self.check('serviceMeshProfile.mode', 'Istio'),
self.check('serviceMeshProfile.istio.components.egressGateways[0].enabled', None),
self.check('serviceMeshProfile.istio.components.egressGateways[0].nodeSelector', None)
])

# delete the cluster
Expand Down