From cb50f4f0aaaf0141e0cfca38d6a04f8cd0a87442 Mon Sep 17 00:00:00 2001 From: lifeng <52406499+feeltimeQ@users.noreply.github.com> Date: Tue, 22 Feb 2022 19:58:27 +0800 Subject: [PATCH] fix/content/en/docs/setup/platform-setup/kind/index.md (#10954) --- content/zh/docs/setup/platform-setup/kind/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/zh/docs/setup/platform-setup/kind/index.md b/content/zh/docs/setup/platform-setup/kind/index.md index 3061821263..3dd95700f5 100644 --- a/content/zh/docs/setup/platform-setup/kind/index.md +++ b/content/zh/docs/setup/platform-setup/kind/index.md @@ -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 >}}