Check whether pod exists before trying to create one

Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
Povilas Kanapickas
2024-07-03 19:15:19 +03:00
parent 0ea4cbe091
commit 24038dace3
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
Fixed a bug that caused attempts to create already existing pods multiple times.