fix: make observability image seeding non-fatal
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user