fluent-bit-kubernetes-logging icon indicating copy to clipboard operation
fluent-bit-kubernetes-logging copied to clipboard

Installation fails on k8s 1.22

Open andrej-urvantsev opened this issue 4 years ago • 1 comments
trafficstars

As of 1.22 rbac.authorization.k8s.io/v1beta1 is removed, instead rbac.authorization.k8s.io/v1 must be used: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#rbac-resources-v122

Affected files:

  • fluent-bit-role.yaml
  • fluent-bit-role-binding.yaml

andrej-urvantsev avatar Aug 31 '21 13:08 andrej-urvantsev

Thanks for reporting @lazystone , I'll add a note in the getting started for the role / role-binding. Since it seems most cloud providers are still on 1.20 - 1.21 will switch this to the new default after a month or so

agup006 avatar Sep 11 '21 03:09 agup006