redradrat / aws-iam-operator

AWS IAM Operator for Kubernetes
Apache License 2.0
32 stars 7 forks source link

updated CRD and ClusterRole API for k8s v1.22 #24

Closed eringet closed 2 years ago

eringet commented 2 years ago

Your operator does not run on k8s 1.22, as CRD is no longer supported in v1beta1. The updates I made for the api update does allow your operator to run on v1.22 for me.

Note, merging this would remove support for k8s < 1.16, as that is when CRD became available in apiextensions.k8s.io/v1.

redradrat commented 2 years ago

@eringet sorry for taking so long to do it... this PR has been superseded by #26 Thanks for the contrib!