Update auto-generated docs and translations
parent
c798e5a658
commit
cfb6aaede3
|
|
@ -96,6 +96,12 @@ check functionality of minikube after evaluating podman-env
|
|||
#### validateStartWithProxy
|
||||
makes sure minikube start respects the HTTP_PROXY environment variable
|
||||
|
||||
#### validateStartWithCustomCerts
|
||||
makes sure minikube start respects the HTTPS_PROXY environment variable and works with custom certs
|
||||
a proxy is started by calling the mitmdump binary in the background, then installing the certs generated by the binary
|
||||
mitmproxy/dump creates the proxy at localhost at port 8080
|
||||
only runs on Github Actions for amd64 linux, otherwise validateStartWithProxy runs instead
|
||||
|
||||
#### validateAuditAfterStart
|
||||
makes sure the audit log contains the correct logging after minikube start
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue