Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Doc] Update Helm chart instructions to avoid UX friction when using …
…Kind (#1281) For kind clusters, NodePort services require extra configuration and LoadBalancer services need a third-party controller like MetalLB for external IP assignment. However, the Helm chart creates a LoadBalancer service by default. Therefore, the --wait flag will hang until timeout. The guide running-on-kind.md asks users to create a Kind cluster by running the make create-kind-cluster command. However, the command neither sets the extraPortMappings Kind configs nor installs MetalLB, so users cannot use NodePort and LoadBalancer directly after running the command. This PR suggests users disable the creation of NodePort / LoadBalancer Kubernetes service, and uses the port-forwarding command from the running-on-kind.md guide. --------- Co-authored-by: Saylor Berman <s.berman@f5.com> Co-authored-by: Alan Dooley <ADubhlaoich@users.noreply.github.com>
- Loading branch information