Add VolumeSnapshotClass documentation for PVC snapshot support#454
Merged
Conversation
Add documentation for configuring VolumeSnapshotClass alongside StorageClass. This enables cost optimization by allowing the runtime-api to snapshot paused runtime PVCs instead of keeping them active. Includes examples for both AWS EKS and GKE. Co-authored-by: openhands <openhands@all-hands.dev>
jlav
approved these changes
Mar 17, 2026
aivong-openhands
pushed a commit
that referenced
this pull request
Mar 19, 2026
Add documentation for configuring VolumeSnapshotClass alongside StorageClass. This enables cost optimization by allowing the runtime-api to snapshot paused runtime PVCs instead of keeping them active. Includes examples for both AWS EKS and GKE. Co-authored-by: openhands <openhands@all-hands.dev>
aivong-openhands
added a commit
that referenced
this pull request
Mar 19, 2026
* port over chart changes from all hands replicated branch with the same name * Update replicated openhands chart version to 0.2.10 (#323) * Add enterprise SSO config to latest helm chart. (#325) * Inject chart versions into replicated manifests at build time (#450) Inject chart versions into replicated manifests at build time * Add Sandbox Configuration Settings & Update Warm Runtime image (#449) * Update runtime-api version (#452) * Update enterprise server and runtime-api versions (#453) * Update enterprise server and runtime-api versions * Fix typo * Add VolumeSnapshotClass documentation for PVC snapshot support (#454) Add documentation for configuring VolumeSnapshotClass alongside StorageClass. This enables cost optimization by allowing the runtime-api to snapshot paused runtime PVCs instead of keeping them active. Includes examples for both AWS EKS and GKE. Co-authored-by: openhands <openhands@all-hands.dev> * Default bitbucket DC auth to not enabled (#457) * Use patched image for replicated (#458) * Fix model proxy configuration (#456) * PLTF-76: AWS Terraform Configuration (#455) * Add AWS Terraform for Replicated OpenHands VM Provisions a single EC2 instance with VPC, Elastic IP, Route 53 DNS, and Let's Encrypt (or BYO) TLS — ready for Replicated embedded cluster install. Includes config-values.yaml generation, Makefile, and docs. * bump secrets chart version --------- Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: aivong-openhands <ai.vong@openhands.dev> Co-authored-by: chuckbutkus <chuck@all-hands.dev> Co-authored-by: Joe Laverty <jlav@users.noreply.github.com> Co-authored-by: Tim O'Farrell <tofarr@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds documentation for configuring a VolumeSnapshotClass alongside the existing StorageClass documentation. This enables the PVC snapshot feature for cost optimization.
Changes
Updated
charts/openhands/README.mdto add a new section "VolumeSnapshotClass Configuration (Optional)" that includes:VOLUME_SNAPSHOT_CLASSenvironment variableContext
This documentation supports the upcoming runtime-api feature that will:
Related PRs