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: introduce containers and volumes in podTemplate #120

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

sircthulhu
Copy link
Member

There's obvious constraint: user cannot add PVC's with ReadWriteOnce or ReadWriteOncePod to pods as they should be included in statefulset's volumeClaimTemplates or should have extra option in case of custom pod controller

fixes #113

@sircthulhu sircthulhu added the feature New feature or request label Apr 3, 2024
@sircthulhu sircthulhu self-assigned this Apr 3, 2024
@sircthulhu sircthulhu force-pushed the feat/113-spec-containers branch from 1fb739a to 8a61995 Compare April 3, 2024 18:58
api/v1alpha1/etcdcluster_webhook.go Outdated Show resolved Hide resolved
internal/controller/factory/pvc.go Show resolved Hide resolved
@sircthulhu sircthulhu force-pushed the feat/113-spec-containers branch from 8a61995 to 69eb289 Compare April 4, 2024 08:05
@sircthulhu sircthulhu requested review from sergeyshevch and kvaps April 4, 2024 08:06
@sircthulhu sircthulhu enabled auto-merge (squash) April 4, 2024 08:16
@sircthulhu sircthulhu merged commit e3cdb40 into main Apr 4, 2024
5 checks passed
@sircthulhu sircthulhu deleted the feat/113-spec-containers branch April 4, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the ability to specify volumes and containers
4 participants