PalmStoneGames / kube-cert-manager

Manage Lets Encrypt certificates for a Kubernetes cluster.
Apache License 2.0
541 stars 102 forks source link

Update to using CustomResourceDefinition #88

Open hsingh6764 opened 7 years ago

hsingh6764 commented 7 years ago

ThirdPartyResource is deprecated as of Kubernetes 1.7 and has been removed in version 1.8 in accordance with the deprecation policy for beta features. To avoid losing data stored in ThirdPartyResources, you must migrate to CustomResourceDefinition before upgrading to Kubernetes 1.8 or higher.

https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-third-party-resource/

jlcrow commented 7 years ago

Opened https://github.com/PalmStoneGames/kube-cert-manager/pull/89

jmhodges commented 6 years ago

This seems like it can be closed?