Skip to content
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

use rbac.authorization.k8s.io/v1 #119

Closed
aravol opened this issue Jan 21, 2022 · 7 comments
Closed

use rbac.authorization.k8s.io/v1 #119

aravol opened this issue Jan 21, 2022 · 7 comments
Labels

Comments

@aravol
Copy link

aravol commented Jan 21, 2022

rbac.authorization.k8s.io/v1beta1 ClusterRole and ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+, and breaks installations on newer systems

@github-actions
Copy link

This issue has been inactive for 60 days. If the issue is still relevant please comment to re-activate the issue. If no action is taken within 7 days, the issue will be marked closed.

@github-actions github-actions bot added the Stale label Mar 23, 2022
@koehn
Copy link

koehn commented Mar 23, 2022

Bump. Please merge.

@jessequinn
Copy link

is this project dead? basically we cant use wave above 1.21.

@mwmahlberg
Copy link
Contributor

is this project dead? basically we cant use wave above 1.21.

The deployment is extremely simple, adjusting it for newer API versions also is no rocket science.

@aravol
Copy link
Author

aravol commented Jun 21, 2022

See PR #120

@samiracho
Copy link

This is what I did until the helm chart is updated.

Create a file called patch.sh with the content

#!/usr/bin/env bash
sed 's|rbac.authorization.k8s.io/v1beta1|rbac.authorization.k8s.io/v1|g' <&0

Then add the post-renderer argument to helm e.g:
helm install ... --post-renderer=./patch.sh

@toelke
Copy link
Collaborator

toelke commented Feb 12, 2024

I merged #112 to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants