-
Notifications
You must be signed in to change notification settings - Fork 35
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
Improve the experience for using this in e2e tests #64
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
I'm also interested in using the example driver in some new documentation (kubernetes/website#49079), where having a |
Kubernetes publishes images in its own registry. We should do the same for the example driver. Perhaps the image publishing process for CSI sidecars can be adapted, see https://github.com/kubernetes-csi/csi-release-tools/blob/master/SIDECAR_RELEASE_PROCESS.md#release-process, in particular step 11. I don't think we have any central location for Helm charts. What you suggested sounds fine to me. |
Sounds good, I'll get started on that. Thanks! /assign |
Motivation
In Kueue, we have discussed using this repo has a way to add testing for DRA support. There are a few problems with using this in e2e tests.
Problem 1
There is no release branch corresponding to each release so this will likely break if one tries to pull the main after a while. For Kueue, we would like to have testing for each k8s release (1.29, 1.30 and 1.31) and I expect this will fail when we transition to beta.
We can focus on supporting only 1.30 and 1.31 for now.
Problem 2
If one wanted to consume this in a e2e test, they must clone the library, build the driver, create a cluster with the DRA feature gate and helm install the driver into the cluster. Maybe as we publish release branches for this, we could consider publishing a chart or at least an image so other projects don't have the build the drivers on every test run.
The text was updated successfully, but these errors were encountered: