Conversation
justinsb
commented
Feb 20, 2026
- tests/ai-conformance: fix syntax for enabling gatewayAPI with cilium
- tests/ai-conformance: update path to nvidia device plugin
- tests/ai-conformance: don't panic if no zones for AWS
- tests/ai-conformance: Update DRA driver installation
- tests/ai-conformance: use server-side-apply for ray installation
|
[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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test pull-kops-ai-conformance |
| if d.region == "" { | ||
| // Default to us-east1, but use the region implied by the first zone if possible | ||
| if len(d.zones) == 0 { | ||
| d.region = "us-east1" |
There was a problem hiding this comment.
I would prefer us-east2 as a region less subject to interruptions.
|
/test pull-kops-ai-conformance |
b380b57 to
a6e7a80
Compare
|
/test pull-kops-ai-conformance |
5eff7af to
c5c2770
Compare
|
/test pull-kops-ai-conformance |
9 similar comments
|
/test pull-kops-ai-conformance |
|
/test pull-kops-ai-conformance |
|
/test pull-kops-ai-conformance |
|
/test pull-kops-ai-conformance |
|
/test pull-kops-ai-conformance |
|
/test pull-kops-ai-conformance |
|
/test pull-kops-ai-conformance |
|
/test pull-kops-ai-conformance |
|
/test pull-kops-ai-conformance |
3615d30 to
07e9b55
Compare
|
/test pull-kops-ai-conformance |
|
/test pull-kops-ai-conformance |
d174917 to
849e8c7
Compare
b0e9fd6 to
cb336b1
Compare
The CRDs for Ray are too large to be installed with client-side apply, we hit the annotation size limit; use server-side apply instead. Also the default config installs to the "default" namespace, so use the version with webhooks to install to ray-system instead. That requires cert-manager though, so add that as well.
cb336b1 to
8e1afe8
Compare
|
@justinsb: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
|
PR needs rebase. DetailsInstructions 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. |