From 0088b04b42ce4a32f7c91aed3d8ede577d08a1ad Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Tue, 25 Nov 2025 13:38:05 +0100 Subject: [PATCH] Update site/content/docs/user/ingress.md --- site/content/docs/user/ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/user/ingress.md b/site/content/docs/user/ingress.md index 717d8098..4b365b44 100644 --- a/site/content/docs/user/ingress.md +++ b/site/content/docs/user/ingress.md @@ -23,7 +23,7 @@ For third-party ingress solutions (e.g., Ingress NGINX, Contour), please follow ## Create Cluster -The built-in cloud provider automatically enables LoadBalancer support for Ingress. Create a cluster as follows. +Create a kind cluster and run [Cloud Provider KIND] that automatically enables LoadBalancer support for Ingress. Create a cluster as follows. {{< codeFromInline lang="bash" >}} kind create cluster