-
Notifications
You must be signed in to change notification settings - Fork 288
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
Propagate OIDC Config for Nutanix #4711
Conversation
Hi @thunderboltsid. Thanks for your PR. I'm waiting for a aws member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
8234ba9
to
909664a
Compare
Codecov Report
@@ Coverage Diff @@
## main #4711 +/- ##
=======================================
Coverage 71.63% 71.63%
=======================================
Files 414 414
Lines 33428 33430 +2
=======================================
+ Hits 23945 23947 +2
Misses 7990 7990
Partials 1493 1493
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
/ok-to-test |
Ensure OIDC config is propogated to KubeAdmControlPlane via API Server extra args for the Nutanix provider.
- Added OIDC e2e tests for Kubernetes 1.21 - 1.25 - Added unit test for OIDC config w/ Nutanix
909664a
to
ab64ebe
Compare
Uncommented the 1.25 e2e test as other 1.25 tests have now been merged too. |
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavmpandey08 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Propagate OIDC Config for Nutanix Ensure OIDC config is propogated to KubeAdmControlPlane via API Server extra args for the Nutanix provider. * Add OIDC related tests for Nutanix provider - Added OIDC e2e tests for Kubernetes 1.21 - 1.25 - Added unit test for OIDC config w/ Nutanix
Ensure OIDC config is propogated to KubeAdmControlPlane via
API Server extra args for the Nutanix provider.