From 89ddfc210b538125fbc1e899ab93b57a20b4ced5 Mon Sep 17 00:00:00 2001 From: Muvaffak Onus Date: Sat, 30 Mar 2024 13:11:13 +0300 Subject: [PATCH] examples.simple-loop: fix the image pull policy Signed-off-by: Muvaffak Onus --- README.md | 3 +++ examples/simple-loop.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1367741..1fdc29f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ node shutdown and restart scenarios. It is a command wrapper that, under the hood, utilizes [`criu`](https://github.com/checkpoint-restore/criu) to checkpoint and restore process trees in a `Pod`. +> `crik` is first revealed at KubeCon EU 2024: +> [The Party Must Go on - Resume Pods After Spot Instance Shut Down - Muvaffak Onuş, QA Wolf](https://kccnceu2024.sched.com/event/1YeP3) + It is a work in progress and is not ready for production use. `crik` has two components: diff --git a/examples/simple-loop.yaml b/examples/simple-loop.yaml index 622a9d9..9430e8b 100644 --- a/examples/simple-loop.yaml +++ b/examples/simple-loop.yaml @@ -36,7 +36,7 @@ spec: containers: - name: main image: ghcr.io/qawolf/crik:v0.1.0 - imagePullPolicy: Never # temp + imagePullPolicy: IfNotPresent securityContext: privileged: true # capabilities: