Skip to content

Commit 122eb09

Browse files
authored
Merge pull request #140 from RobertKielty/signpost-kind-setup-at-top-of-doc
adds hack/kind-setup.sh signposting to top of doc
2 parents 2c6b9bc + 425e7f0 commit 122eb09

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

charts/kcp/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This Helm chart deploys kcp, including the following components:
66
* etcd
77
* kcp-front-proxy
88

9+
There is a [helper script](#install-to-kind-cluster-for-development) that you can use to setup a local development environment that runs kcp on a kind cluster.
10+
911
## Requirements
1012

1113
* [cert-manager](https://cert-manager.io/docs/installation)
@@ -181,7 +183,8 @@ We can now add these credentials to the `admin.kubeconfig` and access kcp:
181183

182184
There is a helper script to install kcp to a [kind](https://github.com/kubernetes-sigs/kind) cluster.
183185
It will install cert-manager and kcp. The `kind` cluster binds to host port 8443 for exposing kcp.
184-
This particular configuration is useful for development and testing, but will not work with Let's Encrypt.
186+
This particular configuration is useful for development and testing, but will not work with Let's Encrypt. You will need to have `yq` installed to run this script.
187+
185188
From the root directory of this repository, run:
186189

187190
./hack/kind-setup.sh

0 commit comments

Comments
 (0)