PalmStoneGames / kube-cert-manager

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

Update documentation and certificate-type from TPR to CRD #89

Closed jlcrow closed 7 years ago

jlcrow commented 7 years ago

Update docs and k8s yaml to use custom resource definition since TPR is deprecated in 1.7 and removed in 1.8 of Kubernetes

hsingh6764 commented 7 years ago

@jlcrow hey do u have working(full) deployment config for kube-cert-manager

jlcrow commented 7 years ago

@hsingh6764 You can find my deployment here: https://github.com/GreatWebGuy/kube-cert-manager-deployment I've removed the provider integration from the deployment so you would need to set up credentials and environment variables and secret in the deployment. I've added the 0.5.0 docker image to my personal repo https://hub.docker.com/r/jlcrow/kube-cert-manager/

luna-duclos commented 7 years ago

Thanks a lot for this!

rochdev commented 7 years ago

Any idea when this will be released? We are starting new clusters and would like to use kubernetes 1.8

rochdev commented 7 years ago

Just noticed there were no code changes. Does that mean the new custom resource type is compatible with the 0.3.1 image?

jlcrow commented 7 years ago

@rochdev Yes all my changes were to documentation. I did a build of latest master, haven't tried running on 0.3.1. The CustomResourceDefinition and ThirdPartyResource work the same way in the api, so if you're just looking to go to 1.8 and need that support using the CRD instead of the TPR should work.