fix: make observability image seeding non-fatal
Deploy Cluster / Terraform (push) Successful in 29s
Deploy Cluster / Ansible (push) Failing after 46m33s

This commit is contained in:
2026-04-26 12:34:02 +00:00
parent bbec0dfff4
commit 2dc4ab6329
+1 -2
View File
@@ -1087,8 +1087,7 @@ jobs:
done done
if [ "${failed}" = "true" ]; then if [ "${failed}" = "true" ]; then
echo "Failed to import ${image} on one or more nodes" >&2 echo "Warning: failed to import ${image} on one or more nodes; continuing so Kubernetes can use already-seeded nodes or retry pulls" >&2
return 1
fi fi
} }