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

Write kubeconfig to KUBECONFIG defined file #978

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 3, 2024

  1. Write kubeconfig to KUBECONFIG defined file

    Currently when starting a vm + k8s cluster the kubeconfig is always written to "~/.kube/config" which is the default path.
    By defining the env variable "KUBECONFIG" it is possible to override the default path.
    This does currently not apply to colima.
    As it is possible to configure multiple locations with "KUBECONFIG" I opted to always use the first configured one as the location to save the config.
    Sumoa committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9806308 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Use os.PathListSeparator

    Sumoa committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    965a12a View commit details
    Browse the repository at this point in the history