Open pptfz opened 3 weeks ago
Easy answer: Your topic has most likely nothing todo with cert-manager.
As long as you don't add relevant ingress annotations or define the tls part together with an extra certificate ressource you are simply not using cert-manager. Example from docs: https://cert-manager.io/docs/usage/ingress/
I couldn't get the problem correctly, but it looks like wrong ingress definitions in the first place.
If you open grafana via https in your browser - look at the certificate that is presented to you -> it is some ingress controller fake certificate, nothing that is provided by cert-manager.
cert-manager version:v1.17.2
install ns:devops
Install using the following command
The current problem
In another ns, the access to ingress resources has all been changed to https. If http is accessed, only the nginx test page can be accessed. Why is that
For example, in the monitor command space, all ingress can only be accessed via https. Accessing http is the nginx test page
Accessing http is the nginx test page
Only by accessing https is it possible
It won't work even if I delete cert-manager
How should I solve this problem? Is it to restore grafana access through ingress 80 under the original monitor namespace