Skip to content

Commit

Permalink
examples.simple-loop: fix the image pull policy
Browse files Browse the repository at this point in the history
Signed-off-by: Muvaffak Onus <me@muvaf.com>
  • Loading branch information
muvaf committed Mar 30, 2024
1 parent b686cc7 commit 89ddfc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-loop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 89ddfc2

Please sign in to comment.