Update auto-generated docs and translations

pull/11858/head
minikube-bot 2021-07-01 19:15:28 +00:00
parent c798e5a658
commit cfb6aaede3
1 changed files with 6 additions and 0 deletions

View File

@ -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