powerfulseal / powerfulseal

A powerful testing tool for Kubernetes clusters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update CRD to v1

Niksko opened this issue · comments

The current CRD will stop working when the apiextensions.k8s.io/v1beta1 API is removed in Kubernetes 1.22.

The CRD should be updated to the apiextensions.k8s.io/v1 API to continue working. This requires that it conforms to the new structural schema format: https://kubernetes.io/blog/2019/06/20/crd-structural-schema/