You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/kcp/README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ This Helm chart deploys kcp, including the following components:
6
6
* etcd
7
7
* kcp-front-proxy
8
8
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.
@@ -181,7 +183,8 @@ We can now add these credentials to the `admin.kubeconfig` and access kcp:
181
183
182
184
There is a helper script to install kcp to a [kind](https://github.com/kubernetes-sigs/kind) cluster.
183
185
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.
0 commit comments