Define and link SDS on first mention (#6363)

* Define and link SDS on first mention

* Added fix for minikube

* Fix bad link to SPIFFE

* Revert "Fix bad link to SPIFFE"

This reverts commit 7efcc80958.
This commit is contained in:
Adam Miller 2020-02-04 15:17:37 -08:00 committed by GitHub
parent 78bef117ed
commit 35f7ad8bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ for more information.
Follow these instructions to prepare a GKE cluster for Istio.
{{< warning >}}
To enable SDS in Istio, use Kubernetes 1.13 or above.
To enable the [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#sds-configuration) (SDS) in Istio, use Kubernetes 1.13 or above.
{{< /warning >}}
1. Create a new cluster.

View File

@ -16,7 +16,7 @@ resources to run Istio and some basic applications.
- Administrative privileges are required to run minikube.
- To enable SDS for your mesh, you must add [extra configurations](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection) to your Kubernetes deployment.
- To enable the [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#sds-configuration) (SDS) for your mesh, you must add [extra configurations](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection) to your Kubernetes deployment.
Refer to the [`api-server` reference docs](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/) for the most up-to-date flags.
## Installation steps