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
Describe the bug
With recent kubectl we see warnings about using deprecated CustomResourceDefinition and ClusterRole beta apis. We should upgrade to v1.
To Reproduce
$ kubectl apply -f nexus-operator.yaml
...
namespace/nexus-operator-system created
Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
...
clusterrole.rbac.authorization.k8s.io/nexus-operator-proxy-role created
Warning: rbac.authorization.k8s.io/v1beta1 ClusterRole is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRole
Thanks for reporting! Yes, we are targeting this upgrade to 0.5.0 since we would like to still give support for old clusters like OpenShift 3.11. 0.4.0 is now cluster scoped, so it's a good feature to have for everyone out there.
Describe the bug
With recent kubectl we see warnings about using deprecated CustomResourceDefinition and ClusterRole beta apis. We should upgrade to v1.
To Reproduce
Expected behavior
No warnings generated
Environment
The text was updated successfully, but these errors were encountered: