-
Task
-
Resolution: Done
-
Major
-
None
-
None
There are a few places where we are still using rbac.authorization.k8s.io/v1beta1
v1beta1 is deprecated and will be removed in OCP 4.9
When we install them via CLI we see warning like this:
$ oc apply -f /tmp/cr.yaml W0824 14:09:33.271959 62059 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding
We are already using v1 in almost all places.
- is incorporated by
-
MAISTRA-2635 Replace deprecated k8s APIs
- Closed
- is related to
-
MAISTRA-2351 Bump CRD from v1beta1 to v1
- Closed