From 4b39e5cca2f4070a20dcfbc9a4421fb4d85721e4 Mon Sep 17 00:00:00 2001 From: Robert Vasek Date: Tue, 21 Jan 2025 10:59:36 +0100 Subject: [PATCH] guide: add a comment on how to install kubectl-bind plugin Signed-off-by: Robert Vasek On-behalf-of: SAP robert.vasek@sap.com --- guides/local-setup-with-kind.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/local-setup-with-kind.md b/guides/local-setup-with-kind.md index 7205771cc..b6be4f860 100644 --- a/guides/local-setup-with-kind.md +++ b/guides/local-setup-with-kind.md @@ -17,6 +17,8 @@ To start, you'll need following tools available in your system or a VM: * [`helm`](https://helm.sh/docs/intro/quickstart/) * [`jq`](https://jqlang.github.io/jq/download/) +To install `kubectl-bind` plugin, please download the archive for your platform from the link above, extract it, and place the `kubectl-bind` executable in your system's `$PATH`. + > Tip: In case of encountering `Too many open files` error when deploying the Kind clusters, run following commands: > > ```sh