From 9434b40b588dc4a04a8b4cc6c6773e94d5dd5eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Sun, 23 Jan 2022 10:39:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Fix=20a=20couple=20of=20search-a?= =?UTF-8?q?nd-replace=20mistakes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/cluster-upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/cluster-upgrade.md b/slides/k8s/cluster-upgrade.md index 97ec22da..bb3a7c0f 100644 --- a/slides/k8s/cluster-upgrade.md +++ b/slides/k8s/cluster-upgrade.md @@ -2,7 +2,7 @@ - It's *recommended* to run consistent versions across a cluster - (mostly to have feature parity and laoldversion security updates) + (mostly to have feature parity and latest security updates) - It's not *mandatory* @@ -167,7 +167,7 @@ (e.g. 1.18.20 and 1.18.15 are compatible) -- It is recommended to run the laoldversion PATCH release +- It is recommended to run the latest PATCH release (but it's mandatory only when there is a security advisory)