You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you build a relatively large docker image, Kaniko will fail to build it since its pod will be killed by K8s due to high memory usage (even in quite large presets, say, having 10Gigs of RAM).
Steps to reproduce
Create a Dockerfile with the following content:
FROM neuromation/neuro-extras:21.3.19
RUN wget https://raw.githubusercontent.com/neuro-inc/platform-client-python/master/build-tools/garbage-files-generator.py && \
python3 garbage-files-generator.py 1 7Gb
Launch build via neuro-extras image build -s cpu-large . image:test-build-failure
Example job ID: job-98cf4efa-4128-49d6-9f8f-01937011ed67
Manual rerun with disabled Kaniko caching (job-c26e3874-fcfa-478f-a862-72a28394853c) leads to the same error.
The text was updated successfully, but these errors were encountered:
Summary
If you build a relatively large docker image, Kaniko will fail to build it since its pod will be killed by K8s due to high memory usage (even in quite large presets, say, having 10Gigs of RAM).
Steps to reproduce
neuro-extras image build -s cpu-large . image:test-build-failure
Expected result
The build finishes properly.
Environment
Mandatory:
Additional information (optional)
Example job ID:
job-98cf4efa-4128-49d6-9f8f-01937011ed67
Manual rerun with disabled Kaniko caching (
job-c26e3874-fcfa-478f-a862-72a28394853c
) leads to the same error.The text was updated successfully, but these errors were encountered: