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

Possibility to set KUBECTX_DIR and KUBENS_DIR as an environemnt variable. #417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mnlwldr
Copy link

@mnlwldr mnlwldr commented Mar 19, 2024

It's my first PR to an Go project here, so be kind to me :)

It's possible to set KUBECTX_DIR and KUBENS_DIR as an environemnt variable.

Example:

KUBECTX_DIR="/foo/bar"

will result in /foo/bar/.kube/kubectx

When KUBECTX_DIR is not set, kubectx and kubens fall back to the default behavior.

issue: #402

It's my first PR to an Go project here, so be kind to me :)

It's possible to set KUBECTX_DIR and KUBENS_DIR as an environemnt
variable.

Example:

> KUBECTX_DIR="/foo/bar"

will result in /foo/bar/.kube/kubectx

When KUBECTX_DIR is not set, kubectx and kubens fall back
to the default behavior.

issue: ahmetb#402
@mnlwldr mnlwldr changed the title Hello :) Possibility to set KUBECTX_DIR and KUBENS_DIR as an environemnt variable. Mar 19, 2024
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

Successfully merging this pull request may close these issues.

1 participant