-
Notifications
You must be signed in to change notification settings - Fork 89
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
Provide for reusing PV in stateful stream apps. #446
Comments
But how would this work with dynamic provisioning, especially when you have a versioned deployment. |
We are considering an option where updates patches existing deployment/statefulset instead of creating a new version. |
Currently the PVC name is combination of VolumeTemplate name + Statefulset, volumetemplatename is externalized, can the add prefix be externalized, so if user specifies one use it else use statefulset? The idea primarily is to ensure when we use stream apps that do read data from kafka topics and store it to local to perform stateful kafka operations, it doesnt have to do a full download of data from kafka topic in event of new deploys. |
Users need to specify the volumeName.
Users need to be able to derive mapped path names from stream/app names.
Users need to configure a dataSource for the PVC. They can then reference an existing PVC or VolumeSnapshot.
The text was updated successfully, but these errors were encountered: