We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa47c8c commit 7478a97Copy full SHA for 7478a97
content/en/blog/2025/ambient-multicluster/index.md
@@ -62,13 +62,14 @@ A global service is one has endpoints in all clusters and can be accessed from a
62
The default `ServiceScope` is
63
64
{{< text yaml >}}
65
- serviceScopeConfigs:
66
- - servicesSelector:
67
- matchExpressions:
68
- - key: istio.io/global
69
- operator: In
70
- values: ["true"]
71
- scope: GLOBAL
+=======
+serviceScopeConfigs:
+ - servicesSelector:
+ matchExpressions:
+ - key: istio.io/global
+ operator: In
+ values: ["true"]
72
+ scope: GLOBAL
73
{{< /text >}}
74
75
meaning that any service with the `istio.io/global=true` label is global.
0 commit comments