medik8s / fence-agents-remediation

Kubernetes Operator for providing high availability between nodes by automatically remediating them using well-known fence-agents.
https://www.medik8s.io/
Apache License 2.0
9 stars 8 forks source link

[WIP] Minimize FAR Image #118

Closed razo7 closed 7 months ago

razo7 commented 10 months ago

Building FAR using debian-slim for smaller image Using half the previous image size is better for downloading the image and minimizing any potential risks from running a larger image (with some redundant files).

TODO: Update e2e test environment to build FAR using debian-slim and not CentOS

ECOPROJECT-1757

openshift-ci[bot] commented 10 months ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

openshift-ci[bot] commented 10 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: razo7

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: - ~~[OWNERS](https://github.com/medik8s/fence-agents-remediation/blob/main/OWNERS)~~ [razo7] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
razo7 commented 10 months ago

/test 4.15-openshift-e2e

openshift-ci[bot] commented 7 months ago

@razo7: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/4.15-openshift-e2e 62ec17c0cc05db1cba62775e4025801c2a10a9f2 link true /test 4.15-openshift-e2e
ci/prow/4.16-images 62ec17c0cc05db1cba62775e4025801c2a10a9f2 link true /test 4.16-images
ci/prow/4.16-openshift-e2e 62ec17c0cc05db1cba62775e4025801c2a10a9f2 link true /test 4.16-openshift-e2e
ci/prow/4.16-ci-bundle-my-bundle 62ec17c0cc05db1cba62775e4025801c2a10a9f2 link true /test 4.16-ci-bundle-my-bundle

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
razo7 commented 7 months ago

It won't be investigated soon and it isn't highly important for now. Closing for now.