mirror of https://github.com/istio/istio.io.git
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:
parent
78bef117ed
commit
35f7ad8bc0
|
@ -19,7 +19,7 @@ for more information.
|
||||||
Follow these instructions to prepare a GKE cluster for Istio.
|
Follow these instructions to prepare a GKE cluster for Istio.
|
||||||
|
|
||||||
{{< warning >}}
|
{{< 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 >}}
|
{{< /warning >}}
|
||||||
|
|
||||||
1. Create a new cluster.
|
1. Create a new cluster.
|
||||||
|
|
|
@ -16,7 +16,7 @@ resources to run Istio and some basic applications.
|
||||||
|
|
||||||
- Administrative privileges are required to run minikube.
|
- 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.
|
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
|
## Installation steps
|
||||||
|
|
Loading…
Reference in New Issue