You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current design requires a temporary change of the ingress when renewing the certificate.
This will disrupt the service provided by the web/API server.
To avoid this disruption, possible improvement could be:
create a .well-known subdirectory in the webroot PV;
change the .well-known to be the dummy web server's working directory (web root);
Instead of rewriting the ingress to point the / prefix to the dummy web server, appending a rule for /.well-known to be directed to the dummy web server;
The text was updated successfully, but these errors were encountered:
The current design requires a temporary change of the ingress when renewing the certificate.
This will disrupt the service provided by the web/API server.
To avoid this disruption, possible improvement could be:
.well-known
subdirectory in the webroot PV;.well-known
to be the dummy web server's working directory (web root);/
prefix to the dummy web server, appending a rule for/.well-known
to be directed to the dummy web server;The text was updated successfully, but these errors were encountered: