mirror of https://github.com/istio/istio.io.git
Fix broken links (#1692)
This commit is contained in:
parent
378e1334b0
commit
8c2b933ebc
|
@ -36,7 +36,7 @@ recommended.
|
||||||
(requires Kubernetes >=1.9.0):
|
(requires Kubernetes >=1.9.0):
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ helm template @install/kubernetes/helm/istio@ --name istio --namespace istio-system > $HOME/istio.yaml
|
$ helm template install/kubernetes/helm/istio --name istio --namespace istio-system > $HOME/istio.yaml
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
* Without the sidecar injection webhook:
|
* Without the sidecar injection webhook:
|
||||||
|
|
|
@ -15,15 +15,9 @@ Through this task, you will learn how to:
|
||||||
|
|
||||||
This task assumes you have a Kubernetes cluster:
|
This task assumes you have a Kubernetes cluster:
|
||||||
|
|
||||||
* Installed Istio with global mutual TLS enabled:
|
* Installed Istio with global mutual TLS enabled using Helm:
|
||||||
|
|
||||||
{{< text bash >}}
|
Use [Helm](/docs/setup/kubernetes/helm-install/) with `global.mtls.enabled` to `true`.
|
||||||
$ kubectl apply -f @install/kubernetes/istio-demo-auth.yaml@
|
|
||||||
{{< /text >}}
|
|
||||||
|
|
||||||
_**OR**_
|
|
||||||
|
|
||||||
Using [Helm](/docs/setup/kubernetes/helm-install/) with `global.mtls.enabled` to `true`.
|
|
||||||
|
|
||||||
> Starting with Istio 0.7, you can use [authentication policy](/docs/concepts/security/authn-policy/) to configure mutual TLS for all/selected services in a namespace
|
> Starting with Istio 0.7, you can use [authentication policy](/docs/concepts/security/authn-policy/) to configure mutual TLS for all/selected services in a namespace
|
||||||
(repeated for all namespaces to get global setting). See the [authentication policy task](/docs/tasks/security/authn-policy/)
|
(repeated for all namespaces to get global setting). See the [authentication policy task](/docs/tasks/security/authn-policy/)
|
||||||
|
|
|
@ -33,8 +33,8 @@ $ cat istio.yaml | sed s/istio-system/istio-system1/g > istio-system1.yaml
|
||||||
Istio Yaml 文件包含了 Istio 控制面的部署细节,包含组成控制面的 Pod(Mixer、Pilot、Ingress 以及 CA)。部署这两个控制面 Yaml 文件:
|
Istio Yaml 文件包含了 Istio 控制面的部署细节,包含组成控制面的 Pod(Mixer、Pilot、Ingress 以及 CA)。部署这两个控制面 Yaml 文件:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ kubectl apply -f @install/kubernetes/istio.yaml@
|
$ kubectl apply -f install/kubernetes/istio.yaml
|
||||||
$ kubectl apply -f @install/kubernetes/istio-system1.yaml@
|
$ kubectl apply -f install/kubernetes/istio-system1.yaml
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
会在两个命名空间生成两个 Istio 控制面
|
会在两个命名空间生成两个 Istio 控制面
|
||||||
|
|
Loading…
Reference in New Issue