-
Notifications
You must be signed in to change notification settings - Fork 521
fix: Give cluster-autoscaler permission to list replicasets.apps #263
fix: Give cluster-autoscaler permission to list replicasets.apps #263
Conversation
/lgtm pending E2E Thanks @mhyllander! |
@mhyllander I think it should be fine. I'll defer to @feiskyer for his thoughts as well. |
Codecov Report
@@ Coverage Diff @@
## master #263 +/- ##
=======================================
Coverage 53.25% 53.25%
=======================================
Files 95 95
Lines 14246 14246
=======================================
Hits 7586 7586
Misses 5995 5995
Partials 665 665 |
@tariq1890 you can use /hold if you want to be sure a PR doesn't merge while waiting for additional confirmation /hold |
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.
thanks for the fix
/lgtm
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: feiskyer, jackfrancis, mhyllander, tariq1890 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 |
Reason for Change:
The cluster-autoscaler needs permission to list replicasets.apps resources.
Issue Fixed:
Fixes #261
Requirements:
Notes:
@tariq1890 I created the PR as you suggested, however my issue was for k8s 1.13.1. Will this fix work with previous k8s versions?