Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with k8s.io/docs/tasks/tools/install-minikube/ #21957

Closed
vvsiva007 opened this issue Jun 21, 2020 · 4 comments
Closed

Issue with k8s.io/docs/tasks/tools/install-minikube/ #21957

vvsiva007 opened this issue Jun 21, 2020 · 4 comments
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@vvsiva007
Copy link

This is a Bug Report

Problem:
Tried many times to resolve the following issue but in-vain.
Here is the info:
osboxes@osboxes:$ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 52.8M 100 52.8M 0 0 7647k 0 0:00:07 0:00:07 --:--:-- 7851k
osboxes@osboxes:
$ ls -altrnF minikube /usr/local/bin/minikube
-rwxrwxr-x 1 1000 1000 55430193 Jun 12 19:16 /usr/local/bin/minikube*
osboxes@osboxes:~$ uname -a
Linux osboxes 5.3.0-59-generic #53-Ubuntu SMP Wed Jun 3 15:52:15 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

osboxes@osboxes:$ kubectl version --client
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.3", GitCommit:"2e7996e3e2712684bc73f0dec0200d64eec7fe40", GitTreeState:"clean", BuildDate:"2020-05-20T12:52:00Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
osboxes@osboxes:
$ minikube start --driver=virtualbox
unexpected fault address 0x0
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x80 addr=0x0 pc=0x43ede6]

goroutine 1 [running, locked to thread]:
runtime.throw(0x1ac728f, 0x5)
/usr/local/go/src/runtime/panic.go:774 +0x72 fp=0xc00010fd80 sp=0xc00010fd50 pc=0x430ff2
runtime.sigpanic()
/usr/local/go/src/runtime/signal_unix.go:401 +0x3de fp=0xc00010fdb0 sp=0xc00010fd80 pc=0x44662e
runtime.doInit(0xbe125d5f142e204a)
/usr/local/go/src/runtime/proc.go:5207 +0x26 fp=0xc00010fde0 sp=0xc00010fdb0 pc=0x43ede6
runtime.doInit(0x2a93320)
/usr/local/go/src/runtime/proc.go:5217 +0x57 fp=0xc00010fe10 sp=0xc00010fde0 pc=0x43ee17
runtime.doInit(0x2a97800)
/usr/local/go/src/runtime/proc.go:5217 +0x57 fp=0xc00010fe40 sp=0xc00010fe10 pc=0x43ee17
runtime.doInit(0x2a93500)
/usr/local/go/src/runtime/proc.go:5217 +0x57 fp=0xc00010fe70 sp=0xc00010fe40 pc=0x43ee17
runtime.doInit(0x2a93460)
/usr/local/go/src/runtime/proc.go:5217 +0x57 fp=0xc00010fea0 sp=0xc00010fe70 pc=0x43ee17
runtime.doInit(0x2a95320)
/usr/local/go/src/runtime/proc.go:5217 +0x57 fp=0xc00010fed0 sp=0xc00010fea0 pc=0x43ee17
runtime.doInit(0x2a922e0)
/usr/local/go/src/runtime/proc.go:5217 +0x57 fp=0xc00010ff00 sp=0xc00010fed0 pc=0x43ee17
runtime.doInit(0x2a89180)
/usr/local/go/src/runtime/proc.go:5217 +0x57 fp=0xc00010ff30 sp=0xc00010ff00 pc=0x43ee17
runtime.doInit(0x2a936e0)
/usr/local/go/src/runtime/proc.go:5217 +0x57 fp=0xc00010ff60 sp=0xc00010ff30 pc=0x43ee17
runtime.main()
/usr/local/go/src/runtime/proc.go:190 +0x1da fp=0xc00010ffe0 sp=0xc00010ff60 pc=0x43294a
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc00010ffe8 sp=0xc00010ffe0 pc=0x460cf1

goroutine 6 [runnable]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:21
created by os/signal.init.0
/usr/local/go/src/os/signal/signal_unix.go:29 +0x41

goroutine 7 [runnable]:
github.com/golang/glog.(*loggingT).flushDaemon(0x2b1ef40)
/go/pkg/mod/github.com/golang/[email protected]/glog.go:881
created by github.com/golang/glog.init.0
/go/pkg/mod/github.com/golang/[email protected]/glog.go:410 +0x26f

goroutine 8 [runnable]:
k8s.io/klog.(*loggingT).flushDaemon(0x2b1f1c0)
/go/pkg/mod/k8s.io/[email protected]/klog.go:1009
created by k8s.io/klog.init.0
/go/pkg/mod/k8s.io/[email protected]/klog.go:411 +0xd6
osboxes@osboxes:~$

Proposed Solution:

Page to Update:
https://kubernetes.io/...

osboxes@osboxes:~$ kubectl version --client
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.3", GitCommit:"2e7996e3e2712684bc73f0dec0200d64eec7fe40", GitTreeState:"clean", BuildDate:"2020-05-20T12:52:00Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}

osboxes@osboxes:$ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 52.8M 100 52.8M 0 0 7647k 0 0:00:07 0:00:07 --:--:-- 7851k
osboxes@osboxes:
$ ls -altrnF minikube /usr/local/bin/minikube
-rwxrwxr-x 1 1000 1000 55430193 Jun 12 19:16 /usr/local/bin/minikube*
-rw-rw-r-- 1 1000 1000 55430193 Jun 21 09:55 minikube
osboxes@osboxes:~$ uname -a
Linux osboxes 5.3.0-59-generic #53-Ubuntu SMP Wed Jun 3 15:52:15 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Oracle VM VirtualBox VM Selector v6.0.14_Ubuntu
(C) 2005-2019 Oracle Corporation
All rights reserved.

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 19, 2020
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Oct 19, 2020
@irvifa
Copy link
Member

irvifa commented Oct 21, 2020

/close

@k8s-ci-robot
Copy link
Contributor

@irvifa: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

4 participants