mirror of https://github.com/istio/istio.io.git
[zh] Fix the indentation issue in the command for the task 'Ingress Sidecar TLS Termination' (#15482)
* Fix the indentation issue in the command Fix the indentation issue in the command for the task 'Ingress Sidecar TLS Termination.' * Fix MD029
This commit is contained in:
parent
cf7ad4ece4
commit
4971bb33a1
|
@ -113,7 +113,6 @@ $ kubectl -n test apply -f - <<EOF
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
|
|
||||||
name: httpbin
|
name: httpbin
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
@ -160,8 +159,8 @@ spec:
|
||||||
name: httpbin
|
name: httpbin
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
EOF
|
EOF
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
## 配置 httpbin 以启用外部 mTLS {#configure-httpbin-to-enable-external-mtls}
|
## 配置 httpbin 以启用外部 mTLS {#configure-httpbin-to-enable-external-mtls}
|
||||||
|
|
||||||
|
@ -196,15 +195,15 @@ spec:
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
name: internal
|
name: internal
|
||||||
defaultEndpoint: 0.0.0.0:80
|
defaultEndpoint: 0.0.0.0:80
|
||||||
EOF
|
EOF
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
## 验证 {#verification}
|
## 验证 {#verification}
|
||||||
|
|
||||||
现在已经部署和配置了 httpbin 服务器,启动两个客户端来测试网格内部和外部的端到端连接:
|
现在已经部署和配置了 httpbin 服务器,启动两个客户端来测试网格内部和外部的端到端连接:
|
||||||
|
|
||||||
1. 在与 httpbin 服务相同的命名空间(test)中的内部客户端(sleep),已注入 Sidecar。
|
1. 在与 httpbin 服务相同的命名空间(test)中的内部客户端(sleep),已注入 Sidecar。
|
||||||
2. 在 default 命名空间(即服务网格外部)中的外部客户端(sleep)。
|
1. 在 default 命名空间(即服务网格外部)中的外部客户端(sleep)。
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ kubectl apply -f samples/sleep/sleep.yaml
|
$ kubectl apply -f samples/sleep/sleep.yaml
|
||||||
|
|
Loading…
Reference in New Issue