cert-manager / sample-external-issuer

A sample external Issuer for cert-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update CRDs to apiextensions.k8s.io/v1

wallrj opened this issue · comments

Currently:

apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
  annotations:
    controller-gen.kubebuilder.io/version: v0.2.5

So it might just require a newer version of controller-tools which is currently at 0.5.0.
v1 CRDs were introduced in 0.4.0: