enix / helm-charts

A collection of Helm packages brought to you by Enix Monkeys :monkey_face:
https://charts.enix.io
Apache License 2.0
56 stars 19 forks source link

kube-router: rbac.authorization.k8s.io/v1beta1 deprecated #71

Closed gclawes closed 2 years ago

gclawes commented 2 years ago

Per kubectl warning:

Warning: rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+;

The RBAC (ClusterRole and ClusterRoleBinding) in kube-router is using these deprecated APIs, should change to rbac.authorization.k8s.io/v1b in order to support new cluster versions.

npdgm commented 2 years ago

Hi @gclawes, A new release of the chart is available with a fix starting with version 1.5.3 (kube-router v1.3.2). Thanks for reporting this issue. Cheers

gclawes commented 2 years ago

Awesome, thanks!