-
Notifications
You must be signed in to change notification settings - Fork 243
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
Remove kubeconfig flag #7017
Remove kubeconfig flag #7017
Conversation
✅ Deploy Preview for odo-docusaurus-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
… of files and this is done by clientcmd library
So I guess this should also fix #6700, right? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is a user-facing issue that can potentially confuse them, can we add a test to check that the --kubeconfig
flag is no longer exposed?
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
What type of PR is this:
/kind bug
What does this PR do / why we need it:
odo list
, as this value can be a list of files. The check of the KUBECONFIG value is done by theclientcmd
library used to get the Kubernetes configWhich issue(s) this PR fixes:
Fixes #5732
Fixes #6700
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: