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

Use host .kube/config file / kubectl command on Mac OS X #13

Closed
entropitor opened this issue Jan 22, 2020 · 7 comments · Fixed by #25
Closed

Use host .kube/config file / kubectl command on Mac OS X #13

entropitor opened this issue Jan 22, 2020 · 7 comments · Fixed by #25
Labels
enhancement New feature or request

Comments

@entropitor
Copy link

I was wondering how to configure kubenav. When I try to copy past my ~/.kube/config file in, I get an error as I have a GKE cluster in there which doesn't have the fields listed needed for this project.

But even for minikube, this app seems to be failing as my config has a path to a file at certificate-authority instead of certificate-authority-data

@ricoberger ricoberger added the enhancement New feature or request label Jan 23, 2020
@ricoberger
Copy link
Member

ricoberger commented Jan 23, 2020

Hi and thanks for your request. For now you can try to use the Manual option to add a cluster. If you copy the content from the file under certificate-authority into the Certificate Authority Data field it should work too.

For the future I want to support OIDC for GKE, EKS and AKS. Also supporting the local kubeconfig from ~/.kube/config would be a nice addition.

@ricoberger
Copy link
Member

As workaround for GKE you can also try one of the solutions from #14.

@ricoberger
Copy link
Member

Hi, I merged PR #25, which adds support for the kubeconfig file from `~/.kube/config. The changes will be available in the next version.

@entropitor
Copy link
Author

Nice, do you have any idea when the next version might be?

@ricoberger
Copy link
Member

The next release is currently planned for mid-March. The submission of the app to the App Store and to Google Play is a little bit time consuming and therefore I planned a release every four weeks.

Maybe I can improve the publishing of the desktop versions to provide something like nightly builds...

I will definitely reply to this issue when the new version is available.

@ricoberger
Copy link
Member

Hi @entropitor, you can try out the nightly builds where the fix for your issue is included.

@entropitor
Copy link
Author

Works like a charm, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants