summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-15 18:06:01 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-15 18:06:01 +0100
commit26a515c2bb2b598b2d103644851ce04622b998cf (patch)
treeb7f5f97a7c0542f94c0ddd812bbe9713c34bd157
parenta51ba5d4857b6ceabf87482948a89667d9b58362 (diff)
Metrics component
-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