-
Notifications
You must be signed in to change notification settings - Fork 135
gke-gateway v0.5.0 conformance test report 9/9 #1005
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
Conversation
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Hi @zetxqx. Thanks for your PR. I'm waiting for a kubernetes-sigs 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-sigs/prow repository. |
This comment was marked as off-topic.
This comment was marked as off-topic.
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 @zetxqx!
conformance/reports/gke-gateway/standard-1.32.3-rxlb-report.yaml
Outdated
Show resolved
Hide resolved
conformance/reports/gke-gateway/standard-1.32.3-rxlb-report.yaml
Outdated
Show resolved
Hide resolved
conformance/reports/gke-gateway/standard-1.32.3-rxlb-report.yaml
Outdated
Show resolved
Hide resolved
conformance/reports/gke-gateway/standard-1.32.3-rxlb-report.yaml
Outdated
Show resolved
Hide resolved
/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.
/lgtm
/approve
left one nit, definitely not a blocker.
1. Create a GKE cluster with Gateway API enabled. | ||
|
||
``` | ||
gcloud container clusters create "${cluster_name}" --gateway-api=standard --location="${location}" |
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.
nit: variables ${cluster_name}
and ${location}
were not defined or referred anywhere before this line, so it could be a bit unclear for a newcomer.
do you have them defined somewhere out of this PR?
definitely not a blocker and we can make progress and come back to this if/when needed.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nirrozenbaum, robscott, zetxqx 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 |
* generate first test report. * new versino. * add real report. * refine report parameters. * refine report parameters. * update report format. * update report format. * update report. * update report. * remove unneeded change.: * remove unneeded change.: * remove unneeded change.
gke-gateway conformance tests running against against prod gke-gateway
Currently have to manually modified the
GatewayAPIInferenceExtensionVersion
tov0.5.0
, this will be resolved after #1214 is merged.@robscott