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

Hard-coded user name in the kubectl-helm-minikube Feature's mount property #384

Open
eitsupi opened this issue Jan 7, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@eitsupi
Copy link
Contributor

eitsupi commented Jan 7, 2023

Shouldn't this be changed since the user in the container is not always vscode?

"target": "/home/vscode/.minikube",

@samruddhikhandale
Copy link
Member

Thanks for reporting.

Shouldn't this be changed since the user in the container is not always vscode?

Yep, it should.

Note: The Feature's major version should be bumped in the bug fix PR.

@bruno-lopes
Copy link

Is it possible to make this mount optional? I prefer to have Minikube installed locally in my machine, and then I mount $HOME/.minikube in /home/vscode/.minikube. But with this mount in devcontainer-feature.json I am not able to do that.

My use case is the following. I would like to use Lens in order to access my cluster, so it is easier to have cluster config and credentials out of the container.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants