kubernetes-retired / contrib

[EOL] This is a place for various components in the Kubernetes ecosystem that aren't part of the Kubernetes core.
Apache License 2.0
2.46k stars 1.68k forks source link

Rebase reshceduler to distroless #3010

Closed yuwenma closed 5 years ago

yuwenma commented 5 years ago

This is part of the effort described in kep kubernetes/enhancements#900 Comparing to busybox, Distroless can mitigate the influence due to CVE issues.

Since the rescheduler doesn't have heavy dependencies (only calls rescheduler), this should be a safe move.

yuwenma commented 5 years ago

/assign @yguo0905

k8s-ci-robot commented 5 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: yuwenma To fully approve this pull request, please assign additional approvers. We suggest the following additional approver: bsalamat

If they are not already assigned, you can assign the PR to them by writing /assign @bsalamat in a comment when ready.

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: - **[rescheduler/OWNERS](https://github.com/kubernetes/contrib/blob/master/rescheduler/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
yuwenma commented 5 years ago

/assign @bsalamat

yuwenma commented 5 years ago

@bsalamat I see. If so, I'll close the PR (the rebasing is targeting the timeline for the v1.15 release). Thanks for the explanation.