Skip to content

Commit

Permalink
Fix document links.
Browse files Browse the repository at this point in the history
  • Loading branch information
aattuluri committed Apr 27, 2020
1 parent a2c21d7 commit bf0af90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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!!
Stay tuned for [`v1.0`](https://github.com/istio-ecosystem/admiral/milestone/2) release!!

0 comments on commit bf0af90

Please sign in to comment.