We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installing EnRoute from helm chart throws a deprecation warning --
ubuntu@instance-20210310-1357-dev:~$ helm install enroute-demo saaras/enroute \ > --set enrouteService.rbac.create=true W0902 20:35:47.588366 3343665 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRole is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRole W0902 20:35:47.604274 3343665 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 W0902 20:35:47.713282 3343665 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRole is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRole W0902 20:35:47.729181 3343665 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 NAME: enroute-demo LAST DEPLOYED: Thu Sep 2 20:35:47 2021 NAMESPACE: default STATUS: deployed REVISION: 1 TEST SUITE: None
The text was updated successfully, but these errors were encountered:
Update version for ClusterRole and ClusterRoleBinding #65
c9b5694
Verified that the warning goes away after this change --
ubuntu@instance-20210310-1357-dev:~$ helm install enroute-demo saaraslocal/enroute --set enrouteService.rbac.create=true NAME: enroute-demo LAST DEPLOYED: Thu Sep 2 20:38:57 2021 NAMESPACE: default STATUS: deployed REVISION: 1 TEST SUITE: None
Sorry, something went wrong.
chintan8saaras
No branches or pull requests
Installing EnRoute from helm chart throws a deprecation warning --
The text was updated successfully, but these errors were encountered: