change pod condition to wait for (create)

This commit is contained in:
E M 2026-04-24 12:01:27 +10:00
parent c93b8c0ec2
commit ca138cf2bf
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 \