-
Notifications
You must be signed in to change notification settings - Fork 261
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
Added support for impersonation in the kubectl #534
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #534 +/- ##
==========================================
- Coverage 54.71% 54.68% -0.04%
==========================================
Files 41 41
Lines 4834 4837 +3
==========================================
Hits 2645 2645
- Misses 1977 1980 +3
Partials 212 212 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
4339b37
to
d6d94bc
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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.
LGTM!!
4339b37
to
5eca797
Compare
5eca797
to
8e08d4a
Compare
Quality Gate passedIssues Measures |
8e08d4a
to
0870fe5
Compare
Signed-off-by: anandf <anjoseph@redhat.com>
0870fe5
to
89a1e12
Compare
Quality Gate passedIssues Measures |
This change is for propogating impersonation related configurations to the
kubeconfig
used for executing thekubectl
command.