remove reference to MetalLB in Kind Docs (#15944)

This commit is contained in:
Adarsh K Kumar 2024-11-16 03:33:54 +05:30 committed by GitHub
parent 3aac897aad
commit e5cb85ea16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.