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