Sync #15751 remove OpenShift warning from bookinfo page into Chinese (#15752)

This commit is contained in:
Wilson Wu 2024-10-02 21:45:29 +08:00 committed by GitHub
parent 6d0d8da2e1
commit 66f0a4b831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -74,12 +74,6 @@ Bookinfo 应用中的几个微服务是由不同的编程语言编写的。
$ kubectl label namespace default istio-injection=enabled
{{< /text >}}
{{< warning >}}
如果您使用 OpenShift请确保按照
[OpenShift 设置页面](/zh/docs/setup/platform-setup/openshift/#privileged-security-context-constraints-for-application-sidecars)中所述,
为命名空间上的服务账户授予适当的权限。
{{< /warning >}}
1. 使用 `kubectl` 命令来部署应用:
{{< text bash >}}