-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bootstrap files: Add bind-utils #2501
Conversation
Needed for nslookup which is used by KubeSecondaryDNS. Signed-off-by: Or Shoval <oshoval@redhat.com>
/retest I wonder what is this error 137 OOM ? |
/retest @brianmcarey build-bootstrap-image and build-bootstrap-legacy-images |
It doesn't look like a memory issue from looking at the pod metrics but maybe there is another job on the node taking more memory than requested. I would try another retest and then we can look at increasing the memory request/limit. |
thanks, i see a line is running now, lets see that status / retest if needed just some CI jobs on other PRs that say there was no memory, but maybe was transient |
The presubmit jobs which test the building of the bootstrap container images look to be failing due to low memory. kubevirt#2501 Signed-off-by: Brian Carey <bcarey@redhat.com>
The presubmit jobs which test the building of the bootstrap container images look to be failing due to low memory. #2501 Signed-off-by: Brian Carey <bcarey@redhat.com> Signed-off-by: Brian Carey <bcarey@redhat.com>
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/hold since the build job is not required, PTAL and remove the hold if it works
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhiller The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Build passed successfully - https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_project-infra/2501/build-bootstrap-legacy-images/1599789686539161600 /unhold |
Thanks |
Needed for
nslookup
which is used byKubeSecondaryDNS
.Signed-off-by: Or Shoval oshoval@redhat.com