-
Notifications
You must be signed in to change notification settings - Fork 443
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
Reimplement katib-cert-generator in Go #1662
Reimplement katib-cert-generator in Go #1662
Conversation
Hi @tenzen-y. Thanks for your PR. I'm waiting for a kubeflow 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. |
I removed unnecessary test codes and changed an error message. |
ok-to-test |
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 for your contribution! 🎉 👍
The code is clean and elegant.
/assign |
5c50392
to
4e5f95d
Compare
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.
Thank you so much for doing this @tenzen-y!
I left few comments.
manifests/v1beta1/components/cert-generator/cert-generator.yaml
Outdated
Show resolved
Hide resolved
@tenzen-y Is that correct that after this implementation we are not going to use |
/ok-to-test |
be3bc92
to
0797cd5
Compare
Co-authored-by: andreyvelich <andrey.velichkevich@gmail.com>
a3ed1c8
to
a370da0
Compare
Co-authored-by: andreyvelich <andrey.velichkevich@gmail.com>
52a3ea6
to
45e9123
Compare
…ookConfiguration and MutatingWebhookConfiguration
45e9123
to
ebd6ead
Compare
/retest |
1 similar comment
/retest |
@tenzen-y: The
Use In response to this:
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. |
/retest |
/retest |
1 similar comment
/retest |
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.
Thank you for this great contribution @tenzen-y!
/lgtm
@gaocegege @johnugeorge Please take a look.
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 👍
/lgtm
Thanks for your contribution! 🎉 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaocegege, tenzen-y 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 |
Thanks for the review! @andreyvelich @johnugeorge @gaocegege |
What this PR does / why we need it:
Support bothadmission.k8s.io/v1
andadmission.k8s.io/v1beta1
in ValidatingWebhookConfiguration and MutatingWebhookConfiguration.admission.k8s.io/v1beta1
in ValidatingWebhookConfiguration and MutatingWebhookConfiguration.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1628 #1656