Remove links to istio-ecosystem. (#5223)

* Remove links to istio-ecosystem.

* Apply suggestions from code review

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
This commit is contained in:
Martin Taillefer 2019-10-22 14:10:09 -07:00 committed by Istio Automation
parent c8723d052d
commit bbd4452d89
2 changed files with 4 additions and 6 deletions

View File

@ -131,11 +131,10 @@ code of your applications.
## The current mesh-federation work
While you can perform mesh federation using standard Istio configurations already today,
it would require writing a lot of boiler-plate YAML files and could be error-prone. There is an effort under way to
automate the mesh federation process.
Before the automation of mesh federation is released, and if you are curious, you
can check [multi-mesh deployment examples](https://github.com/istio-ecosystem/multi-mesh-examples) in
[Istio ecosystem](https://github.com/istio-ecosystem).
it requires writing a lot of boilerplate YAML files and is error-prone. There is an effort under way to automate
the mesh federation process. In the meantime, you can look at these
[multi-mesh deployment examples](https://github.com/istio-ecosystem/multi-mesh-examples)
to get an idea of what a generated federation might include.
## Summary

View File

@ -74,7 +74,6 @@ Refer to the [installation option change page](/news/2019/announcing-1.2/helm-ch
- **Added** [Istio CNI support](/docs/setup/additional-setup/cni/) to setup sidecar network redirection and remove the use of `istio-init` containers requiring `NET_ADMIN` capability.
- **Added** a new experimental ['a-la-carte' Istio installer](https://github.com/istio/installer/wiki) to enable users to install and upgrade Istio with desired isolation and security.
- **Added** the [DNS-discovery](https://github.com/istio-ecosystem/dns-discovery) and [iter8](https://github.com/istio-ecosystem/iter8) in [Istio ecosystem](https://github.com/istio-ecosystem).
- **Added** [environment variable and configuration file support](https://docs.google.com/document/d/1M-qqBMNbhbAxl3S_8qQfaeOLAiRqSBpSgfWebFBRuu8/edit) for configuring Galley, in addition to command-line flags.
- **Added** [ControlZ](/docs/ops/diagnostic-tools/controlz/) support to visualize the state of the MCP Server in Galley.
- **Added** the [`enableServiceDiscovery` command-line flag](/docs/reference/commands/galley/#galley-server) to control the service discovery module in Galley.