Correct typo (#6463)

Signed-off-by: clyang82 <clyang@cn.ibm.com>
This commit is contained in:
Chunlin Yang 2020-02-18 16:33:27 +08:00 committed by GitHub
parent d05c332e72
commit 472d732804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ The following steps enable plugging in the certificates and key into Citadel:
Citadel will read certificates and key from the secret-mount files.
{{< text bash >}}
$ istioctl manifest apply --set values.global.mtls.enabled=true,values.security.selfSigned=false
$ istioctl manifest apply --set values.global.mtls.enabled=true --set values.security.selfSigned=false
{{< /text >}}
1. To make sure the workloads obtain the new certificates promptly,

View File

@ -52,7 +52,7 @@ The following steps enable plugging in the certificates and key into Citadel:
Citadel will read certificates and key from the secret-mount files.
{{< text bash >}}
$ istioctl manifest apply --set values.global.mtls.enabled=true,values.security.selfSigned=false
$ istioctl manifest apply --set values.global.mtls.enabled=true --set values.security.selfSigned=false
{{< /text >}}
1. To make sure the workloads obtain the new certificates promptly,

View File

@ -41,7 +41,7 @@ aliases:
1. `global.mtls.enabled` 设置为 `true``security.selfSigned` 设置为 `false`,重新部署 Citadel。
{{< text bash >}}
$ istioctl manifest apply --set values.global.mtls.enabled=true,values.security.selfSigned=false
$ istioctl manifest apply --set values.global.mtls.enabled=true --set values.security.selfSigned=false
{{< /text >}}
1. 为了确定工作负载获取了正确的证书,删除 Citadel 生成的 Secret命名为 `istio.\*`)。在本例中就是 `istio.default`。Citadel 会签发新的证书给工作负载。