Disable Mesh Expansion page. (#2086)

This commit is contained in:
Martin Taillefer 2018-07-31 08:42:54 -07:00 committed by GitHub
parent 5301d4ea13
commit d22f899879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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 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) There is not a Helm implementation of these modes. See [Issue 6922](https://github.com/istio/istio/issues/6922)
for more details. 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.

View File

@ -5,6 +5,9 @@ weight: 50
keywords: [kubernetes,vms] 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 Instructions for integrating VMs and bare metal hosts into an Istio mesh
deployed on Kubernetes. deployed on Kubernetes.