whyseco / mailgun-operator

Mailgun Operator for kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomResourceDefinition is deprecated in v1.16+

fradeve opened this issue · comments

Hi,

thanks for bringing mailgun-operator to the world!

When installing this on K8s 1.20, the following error shows up. I suspect that the CRD might need to be updated, otherwise the operator will stop working on k8s 1.22.

Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition

Thanks!