Add zap scripts, and make restart scripts more explicit

This commit is contained in:
Jonas Juselius
2021-04-19 21:03:30 +02:00
parent 0331cfa802
commit 458628d239
4 changed files with 15 additions and 5 deletions

3
scripts/zap-evicted-pods.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
kc delete pods --field-selector 'status.phase==Failed' -A