-
Notifications
You must be signed in to change notification settings - Fork 110
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
Clarification about how to renew the certificate for kubero UI #531
Comments
Hey Roberto Great to have you here. The certs are issued by cert-manager. This is a third party controller https://cert-manager.io/ When running The cert-manager will expose a temporary ingress with a single pod in the kubero namespace. |
This might fix it:
But it might depend on which Provider(Kind, Linode ... ) you are running your instance. |
Just delete the cert-manager namespace. |
I tried reinstalling the whole cluster, cert manager or just restarting the pods. I cant seem to get it to work. My cname record with my-domain.de and *.my-domain.de is pointing at the public ip address of the load balancer at digital ocean. The installation looks like this. Am i doing this right?
i can access the admin panel at https://my-domain.de, but with the given certificate warning. |
I just installed kubero with
kubero install
on digital ocean. When accessing the kubero ui i get a certificate warning and the certificate shows as "Kubernetes Ingress Controller Fake Certificate".I didn't want to file this as a bug, as i think this could be fixed by reissuing the certificate. So, for me this is a clarification about how to renew the certificate for the kubero UI. What do you think about adding this to the documentation?
Thanks in advance!
Roberto
The text was updated successfully, but these errors were encountered: