-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kube-cert-manager not listening on port 8080 for HTTP challenges #79
Comments
same here, you can see from a netstat within the container that the port 8080 is not open. port 8001 is but does not seem to be usable.
|
I found that configuring an ingress path to the kube-cert-manager-service does not work (I am on IBM Bluemix container service). I am quite new to Kubernetes so I might be mistaken in that point. Since I am running a Rails and Puma application with a Nginx reverse proxy (=rails+nginx containers in one pod), I configured my nginx containers to forward the path
I suppose only @ferrerluis not entirely sure, but in order for a Kubernetes service to work properly, don't you have to open port 8080 in your deployment? |
I am using v0.3.1 of
kube-cert-manager
and running GKE on a 1.6.4 k8s cluster.When I set up my ingress to proxy requests from
/.well-known/acme-challenge/*
to mykube-cert-manager-service
and create a new certificate, LetsEncrypt fails to communicate with the server and find the challenge.On the Providers Section of the docs, it says that you have to route all connections from
/.well-known/acme-challenge/
to the port 8080 forkube-cert-manager
.These are my k8s files:
Deployment
Service
Ingress
The text was updated successfully, but these errors were encountered: