fix: make observability image seeding best effort
This commit is contained in:
@@ -1013,8 +1013,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [ "${failed}" = "true" ]; then
|
if [ "${failed}" = "true" ]; then
|
||||||
echo "Failed to import required image ${image} on one or more nodes" >&2
|
echo "Warning: failed to import ${image} on one or more nodes; continuing so Flux/Kubernetes can schedule on seeded nodes or retry pulls" >&2
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user