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
So far, according to the doc https://microk8s.io/docs/services-and-ports#heading--auth, we need to manually modify the file /var/snap/microk8s/current/certs/csr.conf.template and then run sudo microk8s refresh-certs --cert server.crt. When we want to have a reverse proxy sever so that every request, like kubectl command, to api server will be routed to the reverse proxy. In this case, is there a way we can have a field like snapstoreProxyDomain or a flag so that we can easily change the certSANs of api-server?
The text was updated successfully, but these errors were encountered:
So far, according to the doc https://microk8s.io/docs/services-and-ports#heading--auth, we need to manually modify the file
/var/snap/microk8s/current/certs/csr.conf.template
and then runsudo microk8s refresh-certs --cert server.crt
. When we want to have a reverse proxy sever so that every request, likekubectl
command, to api server will be routed to the reverse proxy. In this case, is there a way we can have a field likesnapstoreProxyDomain
or a flag so that we can easily change thecertSANs
of api-server?The text was updated successfully, but these errors were encountered: