add warning to HyperKit users about removing environment variables from logs

pull/13887/head
Steven Powell 2022-03-30 14:13:58 -07:00
parent ea5f22189b
commit 4806071549
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ body:
label: Attach the log file
description: |
Tip: Run `minikube logs --file=log.txt` then drag & drop `log.txt` file to the browser.
**WARNING:** If you're using the HyperKit driver, please look through your logs and remove any environment variables that may contain sensitive information (ex. access tokens or secrets).
All environment variables will be stripped as of minikube `1.26.0` but any prior versions will have to be removed manually.
validations:
required: true
- type: dropdown