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

feat: Added pvc accessModes support #4851

Merged
merged 4 commits into from
Dec 20, 2024

Conversation

dandawg
Copy link
Contributor

@dandawg dandawg commented Dec 13, 2024

What this PR does / why we need it:

This PR updates the feast services structure to allow for users to use a valid PVC accessModes list of their choosing. The default is set to ["ReadWriteOnce"], for cases where a PVC config is included in the spec, but the accessModes field is not included.

Previously, the PVC accessModes list was hard-coded to ["ReadWriteMany"] (for each of the Feast services where PVCs were used).

Which issue(s) this PR fixes:

#4853

Misc

@dandawg dandawg requested a review from a team as a code owner December 13, 2024 20:11
Copy link
Contributor

@tchughesiv tchughesiv left a comment

Choose a reason for hiding this comment

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

please create a GH issue for this change

Copy link
Contributor

@tchughesiv tchughesiv left a comment

Choose a reason for hiding this comment

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

please link the relevant GH issue

@dandawg
Copy link
Contributor Author

dandawg commented Dec 16, 2024

please link the relevant GH issue

Done. Thanks for the reminder.

@tchughesiv tchughesiv marked this pull request as draft December 18, 2024 21:19
@dandawg dandawg marked this pull request as ready for review December 20, 2024 01:19
Copy link
Contributor

@tchughesiv tchughesiv left a comment

Choose a reason for hiding this comment

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

one nit, otherwise lgtm

@tchughesiv tchughesiv enabled auto-merge (squash) December 20, 2024 01:27
@tchughesiv tchughesiv merged commit a73514c into feast-dev:master Dec 20, 2024
27 checks passed
@dandawg dandawg deleted the pvc-accessmodes branch December 20, 2024 15:27
@dandawg dandawg restored the pvc-accessmodes branch December 20, 2024 15:27
@dandawg dandawg deleted the pvc-accessmodes branch December 20, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants