Skip to content

Cannot login if my kube config doesn't exist #3872 #4676

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

vrubezhny
Copy link
Contributor

Creates a minimalistic Kube config file in ~/.kube/ directory needed for @kubernetes/client-node API.
The file contents doesn't define any clusters/users/contexts/etc. properties.

Fixes: #3872

Creates a minimalistic Kube config file in `~/.kube/` directory needed for
`@kubernetes/client-node` API.
The file contents doesn't define any clusters/users/contexts/etc. properties.

Fixes: redhat-developer#3872

Signed-off-by: Victor Rubezhny <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.55%. Comparing base (da60441) to head (bd87d52).
Report is 705 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #4676       +/-   ##
===========================================
+ Coverage   32.37%   44.55%   +12.17%     
===========================================
  Files          85      100       +15     
  Lines        6505     8175     +1670     
  Branches     1349     1708      +359     
===========================================
+ Hits         2106     3642     +1536     
- Misses       4399     4533      +134     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@datho7561 datho7561 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me, thanks Victor!

@datho7561 datho7561 merged commit 938dd6f into redhat-developer:main Nov 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot login if my kube config doesn't exist
3 participants