Luna Duclos

Results 61 comments of Luna Duclos

I have no experience with helm, could someone that has used helm review this ?

I was not aware this was changed, we indeed need to update our code

Do you have an ingress configured manually through some other tool somewhere ? I can't spot an ingress in your config but that seems to be what kcm is chocking...

Also do ensure your version of kubernetes and the kubectl proxy container for kcm match

See the Dockerfile for the proxy here, it's really tiny and you should be able to build one for 1.6.2 easily: https://github.com/PalmStoneGames/kube-cert-manager/blob/v0.3.1/kubectl-proxy/Dockerfile

First recommendation I'd have is to check if you have any extra ingresses, if so delete them. And otherwise, recreate the ones you have.

That's a good question, I'll go over the spec and if it seems a good match, poke some people to see if they also think it's a good idea.

I think moving this to the kubernetes incubator makes more sense than me moving it to my personal github namespace. @paultiplady @euank, who would you two suggest as initial points...

@thockin: I almost think this project as-is is mature and stable enough to move to the kubernetes namespace. As for criteria for graduation, a few things are currently lacking. those...