kata-containers/tools
Shunsuke Kimura 9ab6ab9897 kata-deploy: Fix kata-cleanup's CrashLoopBackOff
Since kata-deploy.sh references an undefined variable,
kata-cleanup.yaml enters a CrashLoopBackOff state.

```
$ kubectl apply -f https://raw.githubusercontent.com/kata-containers/kata-containers/main/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml
daemonset.apps/kubelet-kata-cleanup created

$ kubectl get pods -n kube-system
kubelet-kata-cleanup-zzbd2        0/1     CrashLoopBackOff   3 (33s ago)     80s

$ kubectl logs -n kube-system daemonsets/kubelet-kata-cleanup
/opt/kata-artifacts/scripts/kata-deploy.sh: line 19: SHIMS: unbound variable
```

Therefore, set an initial value for the environment variables.

Fixes: #11083

Signed-off-by: Shunsuke Kimura <pbrehpuum@gmail.com>
2025-03-27 15:00:19 +09:00
..
osbuilder build: drop libtdx-attest 2025-03-20 10:45:30 +02:00
packaging kata-deploy: Fix kata-cleanup's CrashLoopBackOff 2025-03-27 15:00:19 +09:00
testing CI: Mark SNP as a Required test 2025-03-14 12:48:55 -05:00
containerd-shim-katadbg-v2 debugging: adding a script and instructions for debugging the GO shim 2024-05-14 11:12:31 +02:00