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

Fix kubeConfigPath #6568

Merged
merged 2 commits into from
Feb 10, 2020
Merged

Commits on Feb 10, 2020

  1. Fix to kubeConfigPath could be set from env

    Fix to use kubeConfigPath by using kubeconfig.PathFromEnv
    function not from just $HOME/.kube/config
    
    Co-authored-by: sopahlHong <[email protected]>
    Co-authored-by: woohhan <[email protected]>
    Signed-off-by: anencore94 <[email protected]>
    3 people committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    2080f7b View commit details
    Browse the repository at this point in the history
  2. Delete redundant logic to get kubeConfigPath

    - change to use already present util function
     to set up kubeConfigPath
    
    Co-authored-by: sopahlHong <[email protected]>
    Co-authored-by: woohhan <[email protected]>
    Signed-off-by: anencore94 <[email protected]>
    3 people committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    eaa8891 View commit details
    Browse the repository at this point in the history