Open YevheniiSemendiak opened 3 years ago
Some relevant reports in Kaniko repo:
created an issue in Kaniko repo https://github.com/GoogleContainerTools/kaniko/issues/1680
Downgraded Kaniko to v1.3.0 in #287 , need to bump when the will be fixed in Kaniko repo.
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.