fix/content/en/docs/setup/platform-setup/kind/index.md (#10954)

This commit is contained in:
lifeng 2022-02-22 19:58:27 +08:00 committed by GitHub
parent 055ac79d8d
commit cb50f4f0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -28,6 +28,16 @@ kind 主要是为了测试 Kubernetes 自身而设计的,但它也可用于本
`--name` 用于为集群指定一个名字。默认情况下,该集群将会名为 `kind`
{{< tip >}}
您可以使用下面的命令来创建一个关联外部负载均衡的 `kind` 集群。
否则您需要使用服务的 node 端口访问网关或其他 k8s 负载均衡类型的服务。因为 `kind` 默认不提供外部负载均衡。
{{< text bash >}}
$ @samples/kind-lb/setupkind.sh@ --cluster-name istio-testing
{{< /text >}}
{{< /tip >}}
1. 使用下列命令查看 kind 集群列表:
{{< text bash >}}