From a368a3c21b8c23519680ff614b676084adbb6b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 25 Nov 2021 15:01:41 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20Update=20information=20?= =?UTF-8?q?about=20bootkube?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/staticpods.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/slides/k8s/staticpods.md b/slides/k8s/staticpods.md index d501d31e..f6df698e 100644 --- a/slides/k8s/staticpods.md +++ b/slides/k8s/staticpods.md @@ -138,18 +138,18 @@ - We restart it using static pods! -- This can be done automatically with the [Pod Checkpointer] +- This can be done automatically with a “pod checkpointer” -- The Pod Checkpointer automatically generates manifests of running pods +- The pod checkpointer automatically generates manifests of running pods - The manifests are used to restart these pods if API contact is lost - (More details in the [Pod Checkpointer] documentation page) +- This pattern is implemented in [openshift/pod-checkpointer-operator] and [bootkube checkpointer] -- This technique is used by [bootkube] +- Unfortunately, as of 2021, both seem abandoned / unmaintained 😢 -[Pod Checkpointer]: https://github.com/kubernetes-incubator/bootkube/blob/master/cmd/checkpoint/README.md -[bootkube]: https://github.com/kubernetes-incubator/bootkube +[openshift/pod-checkpointer-operator]: https://github.com/openshift/pod-checkpointer-operator +[bootkube checkpointer]: https://github.com/kubernetes-retired/bootkube/blob/master/cmd/checkpoint/README.md ---