diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-15 18:06:01 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-15 18:06:01 +0100 |
commit | 26a515c2bb2b598b2d103644851ce04622b998cf (patch) | |
tree | b7f5f97a7c0542f94c0ddd812bbe9713c34bd157 | |
parent | a51ba5d4857b6ceabf87482948a89667d9b58362 (diff) |
Metrics component
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |