Sync #14920 k3s inject remove into Chinese (#14936)

This commit is contained in:
Wilson Wu 2024-04-23 16:18:57 +08:00 committed by GitHub
parent 54de05a954
commit 227c520d12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ k3d 使得在 Docker 中创建单节点和多节点 k3s 集群变得非常容易
1. (可选)安装 Ingress Gateway
{{< text bash >}}
$ kubectl label namespace istio-system istio-injection=enabled
$ helm install istio-ingressgateway istio/gateway -n istio-system --wait
{{< /text >}}