From dc4da48042091987c435f87fd4fe8122118c3619 Mon Sep 17 00:00:00 2001 From: mtail Date: Tue, 31 Jul 2018 06:54:14 -0700 Subject: [PATCH] Disable Mesh Expansion page. --- content/about/notes/1.0/index.md | 3 +++ content/docs/setup/kubernetes/mesh-expansion/index.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/content/about/notes/1.0/index.md b/content/about/notes/1.0/index.md index 72cbfa1d3b..960c4875e7 100644 --- a/content/about/notes/1.0/index.md +++ b/content/about/notes/1.0/index.md @@ -100,3 +100,6 @@ be configured using [authentication policies](/docs/concepts/security/#authentic - There are Kubernetes manifests available for using Citadel standalone or with Citadel health checking enabled. There is not a Helm implementation of these modes. See [Issue 6922](https://github.com/istio/istio/issues/6922) for more details. + +- Mesh expansion functionality, which lets you add raw VMs to a mesh is broken in 1.0. We're expecting to produce a +patch that fixes this problem within a few days. \ No newline at end of file diff --git a/content/docs/setup/kubernetes/mesh-expansion/index.md b/content/docs/setup/kubernetes/mesh-expansion/index.md index 3b14965a07..a55910e22c 100644 --- a/content/docs/setup/kubernetes/mesh-expansion/index.md +++ b/content/docs/setup/kubernetes/mesh-expansion/index.md @@ -5,6 +5,9 @@ weight: 50 keywords: [kubernetes,vms] --- +{{< warning_icon >}} Mesh expansion is broken in the initial release of Istio 1.0. We expect to have a patch available that +fixes this problem very soon. We apologize for the inconvenience. + Instructions for integrating VMs and bare metal hosts into an Istio mesh deployed on Kubernetes.