From cfb6aaede3c44c92f0d38d375c96fa88468edbd5 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Thu, 1 Jul 2021 19:15:28 +0000 Subject: [PATCH] Update auto-generated docs and translations --- site/content/en/docs/contrib/tests.en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/content/en/docs/contrib/tests.en.md b/site/content/en/docs/contrib/tests.en.md index d6dc8bf62c..5b2d70c058 100644 --- a/site/content/en/docs/contrib/tests.en.md +++ b/site/content/en/docs/contrib/tests.en.md @@ -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