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: allow the worker and housekeeping to mount the media PVC readOnly #401

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

RangerRick
Copy link
Contributor

This PR lets you mount things readOnly on the worker and housekeeping so you don't need ReadWriteMany on the PVC to share it between the pods.

Copy link
Member

@LeoColomb LeoColomb left a comment

Choose a reason for hiding this comment

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

LGTM
Is it made with #390 in mind?

@RangerRick
Copy link
Contributor Author

LGTM Is it made with #390 in mind?

It wasn't specifically, but it miiiight help with that? Since the worker's mounting that stuff read-only, it might let it pass without needing a RWX-capable volume.

@LeoColomb
Copy link
Member

LeoColomb commented Oct 30, 2024

Just thought about it: the schema should probably be updated as well.

Edit: you did it in the meantime, so all good👌

@RangerRick RangerRick merged commit 42e9a00 into develop Oct 30, 2024
9 checks passed
@RangerRick RangerRick deleted the ranger/feat/pvc-readonly-flags branch October 30, 2024 18:24
@LeoColomb LeoColomb linked an issue Oct 30, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GKE storageClass Multi-Attach error
3 participants