Mike Dame
Mike Dame
Hi @dmitry-mightydevops, this is odd because the clusterrole for Helm [has events permission by default](https://github.com/kubernetes-sigs/descheduler/blob/v0.25.0/charts/descheduler/templates/clusterrole.yaml#L9-L11). Could you check the clusterrole was set up properly? It should be something like `kubectl...
To update this, we found that our helm chart was not actually using the right role (https://github.com/kubernetes-sigs/descheduler/issues/986#issuecomment-1280851913) so we opened some PRs to fix this. Thank you for reporting!
I think we still had the open question of why leader election is never allowed with dryRun, so rather than adding this warning maybe we just allow LE+DR if we...
@Dentrax good point, rather than sitting on this as an issue we can unblock, merge the warning, and create a follow up issue to discuss the bigger question. /approve
Haven't fogotten about this, just didn't get it in time for the new year... will open a PR soon based on @alculquicondor's [draft](https://github.com/alculquicondor/enhancements/tree/random-downscale/keps/sig-apps/2185-random-pod-select-on-replicaset-downscale)
Filled out most of the sections and opened a KEP here: https://github.com/kubernetes/enhancements/pull/2233 Looking for anything I missed or could improve on. Pretty straightforward mostly since it's not affecting a user-documented...
xref - wip PR https://github.com/kubernetes/kubernetes/pull/96898 I'll be picking up this PR and working to get that merged for code freeze. Thanks for the update @jrsapi !
Opened new PR in https://github.com/kubernetes/kubernetes/pull/99212
Yeah, I will open a PR to update the docs Aldo linked above