From b049d8be2c8e78f3f1a40177349324e7c17fc7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my-Christophe=20Schermesser?= Date: Fri, 24 May 2019 10:34:41 +0200 Subject: [PATCH] fix(resources): add explanation on error message --- 12-resources/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/12-resources/README.md b/12-resources/README.md index 1f590b9..0d3c0e4 100644 --- a/12-resources/README.md +++ b/12-resources/README.md @@ -113,6 +113,8 @@ Note, you can see the usage of the pod with kubectl: kubectl top pod cpu-limits ``` +If you see the error `Error from server (NotFound): podmetrics.metrics.k8s.io "default/cpu-limits" not found`, retry in a few seconds. It only means the `metric-server` didn't get any metrics yet. + ### RAM First let's try to declare a memory `requests` that is too high compared to what your cluster has available.