![]() Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix daemon-set-controller bootstrap RBAC policy **What this PR does / why we need it**: Adds a `get` permission for the `controllerrevisions` resource to the `daemon-set-controller` cluster role. **Which issue(s) this PR fixes** : Fixes #62145 **Special notes for your reviewer**: The daemon-sets controller [constructs the history](https://github.com/kubernetes/kubernetes/blob/release-1.9/pkg/controller/daemon/daemon_controller.go#L1116) of the daemon-set, so it needs to [check the controller revisions](https://github.com/kubernetes/kubernetes/blob/release-1.9/pkg/controller/daemon/update.go#L265) for the daemon-set app. See issue above. **Release note**: ```release-note Resolves forbidden error when the `daemon-set-controller` cluster role access `controllerrevisions` resources. ``` |
||
---|---|---|
.. | ||
pkg | ||
BUILD | ||
OWNERS |