From 1f0842543747a07970c26373e5bd1b60cabc2140 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Fri, 24 May 2019 19:37:35 -0500 Subject: [PATCH] Improve phrasing --- slides/k8s/horizontal-pod-autoscaler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/horizontal-pod-autoscaler.md b/slides/k8s/horizontal-pod-autoscaler.md index 1265b02a..38e363f6 100644 --- a/slides/k8s/horizontal-pod-autoscaler.md +++ b/slides/k8s/horizontal-pod-autoscaler.md @@ -54,7 +54,7 @@ - ... but only because there is no CPU time available! - - this makes sure that we won't add pods to nodes that are already starved + - this makes sure that we won't add pods to nodes that are already resource-starved ---