From 886ee0457108063d9035c9d2eb4bd4b822550fa6 Mon Sep 17 00:00:00 2001 From: youhonglian Date: Thu, 15 Jul 2021 19:57:18 +0800 Subject: [PATCH] zh-translation/content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md (#10065) --- .../tasks/traffic-management/ingress/secure-ingress/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/zh/docs/tasks/traffic-management/ingress/secure-ingress/index.md b/content/zh/docs/tasks/traffic-management/ingress/secure-ingress/index.md index 7a766f5fac..a30b373f15 100644 --- a/content/zh/docs/tasks/traffic-management/ingress/secure-ingress/index.md +++ b/content/zh/docs/tasks/traffic-management/ingress/secure-ingress/index.md @@ -52,10 +52,6 @@ test: yes $ kubectl create -n istio-system secret tls httpbin-credential --key=httpbin.example.com.key --cert=httpbin.example.com.crt {{< /text >}} - {{< warning >}} - Secret 名字 **不能** 以 `istio` 或 `prometheus` 开头, 且不能包含 `token` 字段。 - {{< /warning >}} - 1. 为端口443定义一个带有 `servers:` 部分的网关,并将 `credentialName` 的值指定为 `httpbin-credential`。这些值与 Secret 名称相同。 TLS 模式的值应为 `SIMPLE`。 {{< text bash >}}