-
Notifications
You must be signed in to change notification settings - Fork 831
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
feat(svc): Add predictorSpec annotations to service #2618
Conversation
Hi @groszewn. Thanks for your PR. I'm waiting for a SeldonIO 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 jenkins-x/lighthouse repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @axsaucedo |
/assign @cliveseldon |
Thanks @groszewn ! Looks great |
Thu Nov 12 10:19:53 UTC 2020 impatient try |
Thu Nov 12 10:20:37 UTC 2020 impatient try |
Thu Nov 12 10:22:52 UTC 2020 impatient try |
c134881
to
d5b44c1
Compare
Sun Nov 15 16:29:57 UTC 2020 impatient try |
Sun Nov 15 16:29:59 UTC 2020 impatient try |
/test integration |
Sun Nov 15 16:48:27 UTC 2020 impatient try |
d5b44c1
to
f0494f0
Compare
Mon Nov 16 16:26:30 UTC 2020 impatient try |
Mon Nov 16 16:26:35 UTC 2020 impatient try |
/test integration |
Mon Nov 16 16:38:58 UTC 2020 impatient try |
/retest |
Mon Nov 16 17:22:40 UTC 2020 impatient try |
/retest |
Mon Nov 16 18:12:18 UTC 2020 impatient try |
Capture predictorSpec annotations and apply them to the created services. Contributes to SeldonIO#2590 Signed-off-by: Nick Groszewski <groszewn@gmail.com>
f0494f0
to
5081a77
Compare
Tue Nov 24 02:05:25 UTC 2020 impatient try |
Tue Nov 24 02:07:25 UTC 2020 impatient try |
/test lint |
Tue Nov 24 02:36:30 UTC 2020 impatient try |
/ok-to-test |
/test integration |
Thu Dec 10 10:59:55 UTC 2020 impatient try |
Thu Dec 10 10:59:55 UTC 2020 impatient try |
Thu Dec 10 10:59:57 UTC 2020 impatient try |
/test integration |
failed to trigger Pull Request pipeline
|
What this PR does / why we need it:
In order to leverage integrations that expect annotations on resources with constant IPs (e.g. services), there needs to be a way to specify annotations to be applied.
Which issue(s) this PR fixes:
Fixes #2590
Special notes for your reviewer:
Does this PR introduce a user-facing change?: