jhunt / k8s-boshrelease

A BOSH Release for deploying Kubernetes clusters
MIT License
13 stars 9 forks source link

Bundle cert-manager #37

Closed jhunt closed 4 years ago

jhunt commented 4 years ago

It would be nice if we could get cert-manager when the cluster starts up, as part of manifest.

If that ends up not being desirable, we should at least make a single property to enable a CA that can be used by a cert-manager issuer - the public certificate should be added to the system bundle on all kubelet VMs, and a post-deploy secret should be created for the private key, so that we can wire it up to a cert-manager issuer.

jhunt commented 4 years ago

Fixed in 1.18.0-build.2 release: https://github.com/jhunt/k8s-boshrelease/releases/tag/v1.18.0-build.2