Nan Liu
Nan Liu
Seems like you have to build your own containers for the latest version. I know there's discussion about moving this project to k8s incubator per #33, but happy to submit...
So, based on [buildspec.yml](./buildspec.yml) git history: 0.5.0 aeaa115 (no idea where containers exist) 0.4.0 84bb913 [whereisaaron/kube-cert-manager:0.4.0](https://hub.docker.com/r/whereisaaron/kube-cert-manager/tags/) Based on [deployment.yml](./k8s/deployment.yml) git history and docker inspect create timestamp of [palmstonegames/kube-cert-manager](https://hub.docker.com/r/palmstonegames/kube-cert-manager/tags/) 0.3.1 c779a05...
@luna-duclos, would you mind pushing 0.4.0 release to hub.docker.com?
Per last meeting, I cleaned up our internal charts, added all dns env vars, and provided it as an example to fix #16. I still need some testing to verify,...
If we can resolve #60, I can submit this directly to the official k8s chart repo: https://github.com/kubernetes/charts. It will get a fine comb review, but that's not feasible until this...
@whereisaaron, so after deploying kcm, we immediately ran into the issue how to update dns records. At first I thought the logical next step is to file an issue in...
@colemickens, to clarify it's not TXT records for solving the DNS challenge, but A records for ingress resources external IP that's the gap. I agree they should be separate projects,...
The code for detecting resource_path is also failing when I switch the lens to pamconf.lns: ``` /augeas/files/etc/pam.conf/error/message = Failed to match { /service/ = /[.0-9A-Z_a-z-]+/ }{ /optional/ }?{ /type/ =...
@hajee I wasn't sure if things like #168 was a one off, or if you need custom array comparison behavior. If it's not a oneoff, it might be better to...
Duplicate of #208