summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ba01a3..d8b698f 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,11 @@ First of all you must create a new cluster for KinD. We need it for some worker
$ kind create cluster --config yaml/cluster/kind-cluster-config.yaml
```
+You also need to install a component for metrics.
+```
+$ kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
+```
+
After that just run the `run.sh` script.
```sh