Istio does not install correctly on Kubernetes 1.7.4 (#641)

#640:  https://github.com/istio/istio.github.io/issues/640
This commit is contained in:
Lin Sun 2017-10-09 13:01:45 -04:00 committed by Shriram Rajagopalan
parent 56dc0c66d7
commit af0878704f
1 changed files with 2 additions and 3 deletions

View File

@ -15,9 +15,8 @@ Quick Start instructions to install and configure Istio in a Kubernetes cluster.
## Prerequisites
The following instructions assume you have access to a Kubernetes **1.7.4 or newer** cluster
with [RBAC (Role-Based Access Control)](https://kubernetes.io/docs/admin/authorization/rbac/) enabled.
If you wish to enable [automatic injection of sidecar]({{home}}/docs/setup/kubernetes/sidecar-injection.html#automatic-sidecar-injection), you need to turn on Kubernetes alpha features in your cluster.
The following instructions require you have access to a Kubernetes **1.7.4 or newer** cluster
with [RBAC (Role-Based Access Control)](https://kubernetes.io/docs/admin/authorization/rbac/) enabled. You will also need `kubectl` **1.7.4 or newer** installed. If you wish to enable [automatic injection of sidecar]({{home}}/docs/setup/kubernetes/sidecar-injection.html#automatic-sidecar-injection), you need to turn on Kubernetes alpha features in your cluster.
> Note: If you installed Istio 0.1.x,
> [uninstall](https://istio.io/v-0.1/docs/tasks/installing-istio.html#uninstalling)