diff --git a/content/en/docs/setup/platform-setup/kind/index.md b/content/en/docs/setup/platform-setup/kind/index.md index aa4c1e8cf6..c99dcd692c 100644 --- a/content/en/docs/setup/platform-setup/kind/index.md +++ b/content/en/docs/setup/platform-setup/kind/index.md @@ -68,7 +68,7 @@ Follow these instructions to prepare a kind cluster for Istio installation. Deleting cluster "istio-testing" ... {{< /text >}} -## Setup MetalLB for kind +## Setup LoadBalancer for kind kind does not have any built-in way to provide IP addresses to your `Loadbalancer` service types, to ensure IP address assignments to `Gateway` Services please consult [this guide](https://kind.sigs.k8s.io/docs/user/loadbalancer/) for more information. diff --git a/content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md b/content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md index 4adec560a3..7ce6a65468 100644 --- a/content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md +++ b/content/en/docs/tasks/traffic-management/ingress/ingress-control/index.md @@ -213,7 +213,7 @@ in some environments (e.g., test) you may need to do the following: $ minikube tunnel {{< /text >}} -* `kind` - follow the [guide for setting up MetalLB](https://kind.sigs.k8s.io/docs/user/loadbalancer/) to get `LoadBalancer` type services to work. +* `kind` - follow the [guide](https://kind.sigs.k8s.io/docs/user/loadbalancer/) to get `LoadBalancer` type services to work. * other platforms - you may be able to use [MetalLB](https://metallb.universe.tf/installation/) to get an `EXTERNAL-IP` for `LoadBalancer` services.