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

Support for KUBECONFIG environment variable #4

Closed
parkee opened this issue Jul 22, 2019 · 2 comments
Closed

Support for KUBECONFIG environment variable #4

parkee opened this issue Jul 22, 2019 · 2 comments

Comments

@parkee
Copy link

parkee commented Jul 22, 2019

When there're multiple kube config file configured via KUBECONFIG environment variable,
monday can see only the default one .kube/config

@eko
Copy link
Owner

eko commented Jul 22, 2019

Hi @parkee,

Good idea, I will add the support for a custom Kubernetes config file in the coming days and will update the status of this issue.

Thank you for your feedback!

@eko eko closed this as completed in 0523cf2 Jul 22, 2019
@eko
Copy link
Owner

eko commented Jul 22, 2019

This is done, you can now add to your config file:

kubeconfig: /dev/custom/.kube/config # Optional, default to user's .kube/config file path

Elsewhere, you can also specify an env var when running Monday:

MONDAY_KUBE_CONFIG=/dev/custom/.kube/config monday

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

No branches or pull requests

2 participants