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

Upgrade version of ClusterRoleBinding and ClusterRole #65

Closed
chintan8saaras opened this issue Sep 2, 2021 · 1 comment
Closed

Upgrade version of ClusterRoleBinding and ClusterRole #65

chintan8saaras opened this issue Sep 2, 2021 · 1 comment
Assignees

Comments

@chintan8saaras
Copy link
Collaborator

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
@chintan8saaras
Copy link
Collaborator Author

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

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

No branches or pull requests

1 participant