-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
✨ *: upgrade kube-rbac-proxy to v0.8.0 #1955
Conversation
/retest |
1 similar comment
/retest |
Signed-off-by: Eric Stroczynski <[email protected]>
237ed9c
to
8d108aa
Compare
@estroz: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Looks like there's some issue with k8s v1.15.3 resulting in kube-rbac-proxy:v0.8.0 [not being pullable](failed to unpack image on snapshotter overlayfs: content digest sha256:5a9f8e2f60fc4d02e364fa0192c01c79e8fac7e0c6a01cbc5b17152d6f21deae: not found). I think I've reproduced this locally; v1.15.13 works fine. Will update the prow config then rerun these tests. |
Blocked on kubernetes/test-infra#20530 |
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.
terrific 🥇
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, estroz 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 |
**Description of the change:** - For Ansible/Helm based-operators, upgrade the `kube-rbac-proxy` image version from `0.5.0` to `0.8.0` to address security concerns. More info [#kubernetes-sigs/kubebuilder#1955](kubernetes-sigs/kubebuilder#1955). **Motivation for the change:** - Closes: #3925
This PR upgrades kube-rbac-proxy image version from v0.5.0 to v0.8.0, which has a rootless feature and no breaking changes (afaik).
Closes #1785