Skip to content
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

[JENKINS-72444] Add support for generic ephemeral storage #1489

Conversation

idlefella
Copy link

@idlefella idlefella commented Dec 28, 2023

Implemented support for generic ephemeral volumes: https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes

The PR adds the option "generic ephemeral volume" for volumes and workspace volumes. This has about the same behaviour as using a dynamic PVC, but uses the native kubernetes feature for that.

The code is unit tested and there are tests for CasC.

Resolves: https://issues.jenkins.io/browse/JENKINS-72444

Submitter checklist

Preview Give feedback

@idlefella idlefella requested a review from a team as a code owner December 28, 2023 10:46
@idlefella
Copy link
Author

Hi, the tests didn't pass due to a network error:

Error response from daemon: Head "https://registry-1.docker.io/v2/library/busybox/manifests/latest": read tcp 10.200.2.11:58444->34.226.69.105:443: read: connection reset by peer

Can you please retry them?

@Vlatombe Vlatombe added the enhancement Improvements label Jan 3, 2024
* Move up help files
* Remove erroneous subPath from DynamicPVCVolume
* Fix fields on creation
@Vlatombe Vlatombe merged commit 4230d0c into jenkinsci:master Jan 3, 2024
6 checks passed
@Vlatombe Vlatombe changed the title Add support for generic ephemeral storage [JENKINS-72444] Add support for generic ephemeral storage Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants