From bf0af909313bb2b7b35355a90e7c638b38aea744 Mon Sep 17 00:00:00 2001 From: aattuluri <44482891+aattuluri@users.noreply.github.com> Date: Sun, 26 Apr 2020 23:26:07 -0700 Subject: [PATCH] Fix document links. --- docs/ReleaseNotes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 367ec8ff..ab46ebfd 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -6,16 +6,16 @@ We are excited to announce the release of Admiral version `v0.9` with lots of co `We would like to thank all the contributors and everyone who played a role in testing the alpha and beta releases of Admiral.` -### [Global Traffic Policies](./Architecture.md#Global%20Traffic%20Policy) +### [Global Traffic Policies](./Architecture.md#global-traffic-policy) Global traffic policies allow defining custom traffic routing behaviour for a Admiral generated CNAME, for example routing all traffic for a service to a specific region or AZ. This feature relies on Istio's [locality load balancing](https://istio.io/docs/ops/configuration/traffic-management/locality-load-balancing/) -Try out this [example](./Examples.md#Global%20traffic%20policy) +Try out this [example](./Examples.md#global-traffic-policy) ### Lots of improvements to usability * Only istio resources with `exportTo: *` or `exportTo` field missing are synced across clusters to obey the spec. * Added a feature to update [Istio Sidecar](https://istio.io/docs/reference/config/networking/sidecar/) resource in the client's namespace. This allows for Admiral based automation to filter what endpoint configuration to be loaded by a istio-proxy and keeping the footprint minimal and still manageable. * Annotation (`admiral.io/ignore`) to exempt k8s Deployments/Namespaces from Admiral processing. This would be useful for migration k8s Deployments into other clusters. ### Simplified installing the examples and organized them by use case -* We now have examples for [Single cluster](./Examples.md#Single%20cluster), [Multi-cluster](./Examples.md#Multicluster) and [Global traffic policies](./Examples.md#Global%20traffic%20policy) +* We now have examples for [Single cluster](./Examples.md#single-cluster), [Multi-cluster](./Examples.md#Multicluster) and [Global traffic policies](./Examples.md#global-traffic-policy) * Installation commands have been turned into bash scripts to reduce the number of steps. ### Bug fixes * Handle Admiral crashes in special scenarios like below: @@ -30,4 +30,4 @@ Report issues and/or post your questions via: * [Admiral slack channel](https://istio.slack.com/archives/CT3F18T08) * [Github issues](https://github.com/istio-ecosystem/admiral/issues) -Stay tuned for [`v1.0`](https://github.com/istio-ecosystem/admiral/milestone/2) release!! \ No newline at end of file +Stay tuned for [`v1.0`](https://github.com/istio-ecosystem/admiral/milestone/2) release!!