Skip to content

Conversation

capri-xiyue
Copy link
Contributor

@capri-xiyue capri-xiyue commented Aug 27, 2025

What type of PR is this?
/kind cleanup

What this PR does / why we need it:
context: #1173 (comment) and #1173 (comment)
Which issue(s) this PR fixes:

Fixes #
context of #1173 (comment) and #1173 (comment)

Does this PR introduce a user-facing change?:

1. change endpointPickerRef.port
OLD

  endpointPickerRef:
    failureMode: FailOpen
    name: vllm-llama3-8b-instruct-epp
    portNumber: 9002
    
NOW

  endpointPickerRef:
    failureMode: FailOpen
    name: vllm-llama3-8b-instruct-epp
    port:
      number: 9002
    
   2. for endpointPickerRef.port,   remove the inferred default of 9002, require port to be specified when the target kind is Service 

@k8s-ci-robot k8s-ci-robot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Aug 27, 2025
Copy link

netlify bot commented Aug 27, 2025

Deploy Preview for gateway-api-inference-extension ready!

Name Link
🔨 Latest commit e58d830
🔍 Latest deploy log https://app.netlify.com/projects/gateway-api-inference-extension/deploys/68af8593e828ae00083a4fbc
😎 Deploy Preview https://deploy-preview-1484--gateway-api-inference-extension.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot requested review from ahg-g and kfswain August 27, 2025 16:59
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Aug 27, 2025
@capri-xiyue
Copy link
Contributor Author

/assign @robscott
/assign @danehans

Signed-off-by: Xiyue Yu <xiyue@google.com>
@capri-xiyue
Copy link
Contributor Author

/hold as we'd better consolidate all PR changes into one PR and it will make the cherry pick into the release branch cleaner

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 27, 2025
@capri-xiyue
Copy link
Contributor Author

verified via
Screenshot 2025-08-27 at 1 16 33 PM

@capri-xiyue
Copy link
Contributor Author

/retest

@capri-xiyue capri-xiyue changed the title cleanup: make port definitions symmetric cleanup: make port definitions symmetric and clean endpointPickerRef.port Aug 27, 2025
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 27, 2025
Copy link
Member

@robscott robscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @capri-xiyue! LGTM once tests pass

capri-xiyue and others added 2 commits August 27, 2025 15:20
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
@capri-xiyue capri-xiyue requested a review from robscott August 27, 2025 22:24
@robscott
Copy link
Member

Thanks @capri-xiyue!

/lgtm
/hold cancel

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. and removed do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Aug 28, 2025
@kfswain
Copy link
Collaborator

kfswain commented Aug 28, 2025

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: capri-xiyue, kfswain, robscott

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 28, 2025
@k8s-ci-robot k8s-ci-robot merged commit 6491db2 into kubernetes-sigs:main Aug 28, 2025
10 checks passed
kfswain pushed a commit that referenced this pull request Aug 28, 2025
…port (#1484)

* make port definitions symmetric

* fixed linter

Signed-off-by: Xiyue Yu <xiyue@google.com>

* change spec

* clean comment

* fixed port

* change port default

* fixed test

* draft cel test

* added cel test

* Update api/v1/inferencepool_types.go

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* updated test

---------

Signed-off-by: Xiyue Yu <xiyue@google.com>
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants