diff --git a/content/en/blog/2019/isolated-clusters/index.md b/content/en/blog/2019/isolated-clusters/index.md index 4b0b5f8b98..59ddef9a28 100644 --- a/content/en/blog/2019/isolated-clusters/index.md +++ b/content/en/blog/2019/isolated-clusters/index.md @@ -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 diff --git a/content/en/news/2019/announcing-1.2/change-notes/index.md b/content/en/news/2019/announcing-1.2/change-notes/index.md index 0855c7a5c8..098c976dab 100644 --- a/content/en/news/2019/announcing-1.2/change-notes/index.md +++ b/content/en/news/2019/announcing-1.2/change-notes/index.md @@ -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.