-
Notifications
You must be signed in to change notification settings - Fork 44
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
InferencePool config proposal for API review #162
Conversation
This is intended to be post-v0.1, correct? |
@ahg-g when you have a moment, please provide an update on the status of this PR. From my understanding based on community feedback, the config API will be simplified to focus on the connection information required for the Gateway implementation to connect with the inference extension. |
xref for securing the gateway<>inference extension connection. |
Right, I was thinking that we want to hold on to this until after the first release |
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I made the updates, lets see if we can get this settled. |
Why is the config api relevant to this? |
77fe502
to
02db190
Compare
62f4366
to
e946cda
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.
A few minor nits that can be resolved in a follow-up PR so I'm tagging.
api/v1alpha1/inferencepool_types.go
Outdated
// Extension configures an endpoint picker as an extension service. | ||
// | ||
// +optional | ||
Extension *ExtensionConfig `json:"extension"` |
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.
@ahg-g This field is still missing ,omitempty
. Additionally, The +kubebuilder:validation:Required
marker is intended to ensure that a field is always present in API requests so this field should not be a pointer.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g, danehans 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 |
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.
A couple tiny nits, otherwise LGTM
Thanks @ahg-g! /lgtm |
/hold cancel |
@ahg-g thanks for working through all the review feedback. |
This proposes to expand the InferencePool API with configuration parameters required by gateway controllers to configure the gateway with the endpoint picker extension.
/hold