From 031a2f7019c571c6d1f636462dfd6e8608895bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 1 Dec 2021 16:49:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Tweak=20healthcheck=20exercise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/exercises/healthchecks-details.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/slides/exercises/healthchecks-details.md b/slides/exercises/healthchecks-details.md index 1a2c957f..a100ece6 100644 --- a/slides/exercises/healthchecks-details.md +++ b/slides/exercises/healthchecks-details.md @@ -16,7 +16,7 @@ - Scale up the `worker` service (to 15+ workers) and observe -- What happens, and how can we improve the situation? +- What happens? --- @@ -33,5 +33,3 @@ - When adding the liveness probe, nothing special should happen - Scaling the `worker` service will then cause disruptions - -- The final goal is to understand why, and how to fix it