-
Notifications
You must be signed in to change notification settings - Fork 29
feat(ske): respect KUBECONFIG environment variable (#875) #876
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
Conversation
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
|
Interested in this feature |
|
Is there anything else I can do to push this PR? Any change requests? :) |
|
Hey @KevinGimbel, first of all thanks for your contribution! I think the docs will also need some adjustments so other users know how this new cool feature works.
Make sure to run |
|
Linter failed in the CI pipeline, please check this. You can run |
|
Tested it manually, looks good so far :) |
|
@rubenhoenle thanks for the feedback! I made the changes and ran the linting again and fixed the issue it showed. |
|
@KevinGimbel you will need to update your branch, e.g. by rebasing so we're able to merge this. |
|
Consider enabling edits by maintainers on your next PR, then we should be able to do the rebase for you :) |
|
Sorry, didn't know this was an option! |
Description
relates to #875
Checklist
make fmtmake generate-docs(will be checked by CI)make test(will be checked by CI)make lint(will be checked by CI)