-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done.Lowest priority. Possibly useful, but not yet enough support to actually get it done.r/2019q2Issue was last reviewed 2019q2Issue was last reviewed 2019q2
Description
I'm seeing lots of files being created in /tmp when I run minikube
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ cat /tmp/minikube.pcarlton1.pcarlton.log.WARNING.20180620-093000.14780
Log file created at: 2018/06/20 09:30:00
Running on machine: pcarlton1
Binary: Built with gc go1.9.1 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ ls -l /tmp | grep minikube.pcarlton1.pcarlton.log | wc -l
1452
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ cat /tmp/minikube.pcarlton1.pcarlton.log.INFO.20180620-093015.15416
Log file created at: 2018/06/20 09:30:15
Running on machine: pcarlton1
Binary: Built with gc go1.9.1 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0620 09:30:15.721658 15416 notify.go:109] Checking for updates...
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ ls -l /tmp | grep minikube.pcarlton1.pcarlton.log | wc -l
1480
minikube version
minikube version: v0.28.0
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ echo "";
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ echo "OS:";
OS:
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.4 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.4 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ echo "";
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ echo "VM driver":
VM driver:
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ grep DriverName ~/.minikube/machines/minikube/config.json
"DriverName": "kvm2",
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ echo "";
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ echo "ISO version";
ISO version
pcarlton@pcarlton1:~/src/github.hpe.com/paul-carlton2/dev-stuff$ grep -i ISO ~/.minikube/machines/minikube/config.json
"Boot2DockerURL": "file:///home/pcarlton/.minikube/cache/iso/minikube-v0.28.0.iso",
"ISO": "/home/pcarlton/.minikube/machines/minikube/boot2docker.iso",
how can I fix this?
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done.Lowest priority. Possibly useful, but not yet enough support to actually get it done.r/2019q2Issue was last reviewed 2019q2Issue was last reviewed 2019q2