From 26a515c2bb2b598b2d103644851ce04622b998cf Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 15 Jan 2025 18:06:01 +0100 Subject: Metrics component --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3-18-g5258