-
Notifications
You must be signed in to change notification settings - Fork 103
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
Helm Chart: Permissions for leases in apiGroup coordination.k8s.io missing #531
Labels
bug
Something isn't working
Comments
apricote
added a commit
that referenced
this issue
Nov 9, 2023
apricote
pushed a commit
that referenced
this issue
May 22, 2024
🤖 I have created a release *beep* *boop* --- ## [2.7.0](v2.6.0...v2.7.0) (2024-05-10) ### Features * add support & tests for Kubernetes 1.29 ([#560](#560)) ([b620486](b620486)) * drop tests for kubernetes v1.25 ([#559](#559)) ([5d19ae8](5d19ae8)) ### Bug Fixes * **helm:** missing rbac for leader election / leases ([#538](#538)) ([5da7a14](5da7a14)), closes [#531](#531) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
lukasmetzner
pushed a commit
that referenced
this issue
Oct 10, 2024
lukasmetzner
pushed a commit
that referenced
this issue
Oct 10, 2024
🤖 I have created a release *beep* *boop* --- ## [2.7.0](v2.6.0...v2.7.0) (2024-05-10) ### Features * add support & tests for Kubernetes 1.29 ([#560](#560)) ([b620486](b620486)) * drop tests for kubernetes v1.25 ([#559](#559)) ([5d19ae8](5d19ae8)) ### Bug Fixes * **helm:** missing rbac for leader election / leases ([#538](#538)) ([5da7a14](5da7a14)), closes [#531](#531) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I deploy the csi-driver with 2 replicas the leader election wont finish because the service account of the controller is missing the permissions to get and create leases.coordination.k8s.io in the controller namespace.
The text was updated successfully, but these errors were encountered: