change pod condition to wait for (create)

This commit is contained in:
E M 2026-04-24 12:01:27 +10:00
parent 4e8c781299
commit 627d795e67
No known key found for this signature in database

View File

@ -294,7 +294,7 @@ jobs:
kubectl wait pod \
-l job-name=$NAMEPREFIX \
-n default \
--for=exists \
--for=create \
--timeout=120s
kubectl wait pod \
-l job-name=$NAMEPREFIX \