You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some examples in /examples directory contains deprecated or deleted version of RBAC API (v1beta1) in "shell-operator-rbac.yaml". This causes a nasty but simple error
Describe the solution you'd like to see
Because this API version is outdated or has been removed, I suggest replacing v1betav1 with v1. At least in my case it worked (Kubernetes 1.22)
Describe alternatives you've considered
Currently, as an alternative, the end user will have to change the config from the example manually
Additional context
After a little research I found a following information:
In Kubernetes 1.17 API rbac.authorization.k8s.io/v1beta1 was marked as 'deprecated'
In Kubernetes 1.22 this API was finally removed
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Some examples in /examples directory contains deprecated or deleted version of RBAC API (v1beta1) in "shell-operator-rbac.yaml". This causes a nasty but simple error
Describe the solution you'd like to see
Because this API version is outdated or has been removed, I suggest replacing v1betav1 with v1. At least in my case it worked (Kubernetes 1.22)
Describe alternatives you've considered
Currently, as an alternative, the end user will have to change the config from the example manually
Additional context
After a little research I found a following information:
The text was updated successfully, but these errors were encountered: