kconnect icon indicating copy to clipboard operation
kconnect copied to clipboard

fix: issue 352 kconnect doesn't respect -k --kubeconfig

Open srinathanand opened this issue 2 years ago • 1 comments

What this PR does / why we need it: This PR fixes the issue where passing in the -k flag to kconnect to with a custom kubeconfig path honors it instead of writing it to the default kubeconfig path.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #352

srinathanand avatar Apr 25 '22 20:04 srinathanand

@srinathanand Small issue I have found in the following scenario: kconnect use eks -k /home/user/test/myconfig

User then runs: kconnect to -

Config doesn't store in correct place (/home/user/test/myconfig), it instead stores in the default location. Have verified that latest release of kconnect does indeed store it in the correct location (/home/user/test/myconfig). Could you address this please?

seankelly001 avatar May 04 '22 12:05 seankelly001

This PR is not needed, since #561 fixes the issue.

Gearheads avatar Sep 13 '23 02:09 Gearheads