Fix broken link to subzone (#13242)

This commit is contained in:
Eric Van Norman 2023-05-25 11:16:42 -05:00 committed by GitHub
parent 20d8a61f6a
commit ba7e7b9bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ triplet defines a locality:
- **Sub-zone**: Allows administrators to further subdivide zones for more
fine-grained control, such as "same rack". The sub-zone concept doesn't exist
in Kubernetes. As a result, Istio introduced the custom node label
[`topology.istio.io/subzone`](https://github.com/istio/api/blob/master/label/label.go#L42)
[`topology.istio.io/subzone`](/docs/reference/config/labels/#:~:text=topology.istio.io/subzone)
to define a sub-zone.
{{< tip >}}