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

fix minikube installation using gcloud snap #10020

Closed
medyagh opened this issue Dec 21, 2020 · 3 comments · Fixed by #10042
Closed

fix minikube installation using gcloud snap #10020

medyagh opened this issue Dec 21, 2020 · 3 comments · Fixed by #10042
Assignees
Labels
kind/support Categorizes issue or PR as a support question. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@medyagh
Copy link
Member

medyagh commented Dec 21, 2020

https://cloud.google.com/sdk/docs/downloads-snap

gcloud components install minikube

@spowelljr
Copy link
Member

/assign

@afbjorklund
Copy link
Collaborator

I thought we deleted the minikube snap ?

@afbjorklund afbjorklund changed the title fix minikube installation using glcoud snap fix minikube installation using gcloud snap Dec 22, 2020
@medyagh
Copy link
Member Author

medyagh commented Dec 23, 2020

this one is for minikube that is is installed by gcloud
a glcoud that is installed by snap

we found the root cause of this issue, minikube creates certs in /tmp and then we wanna do "docker cp" the certs
but "Docker" in snap does NOT have acess to same /tmp as mnikube so it can not "docker cp" the cert file...

so for snap we might need to create our temp files in minikhbe home folder

@priyawadhwa priyawadhwa added kind/support Categorizes issue or PR as a support question. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants