You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Problem
During testing of #125 on Rackspace, discovered that current default PVC sizes can exceed cloud provider limits:
dataPVC: 30GB'size' parameter must be between 5 and 20Current Workaround
Users must explicitly override sizes in their values:
Proposed Solutions
Option 1: Lower defaults
Set more conservative defaults that work everywhere:
Option 2: Cloud provider profiles
Add commented examples in values.yaml:
Option 3: Document in README
Add a troubleshooting section about provider-specific limits.
Impact
Prevents deployment failures for users on constrained cloud providers while maintaining flexibility for others.