Updated
- Bumping chart version to v0.5.64 for scalr-agent v0.60.0
Updated
- Upgrade default resource limits from 2 to 4 cpu.
Added
- Added metadata service access control with
allowMetadataServiceand NetworkPolicy support. - Added OpenTelemetry configuration options for metrics and traces.
- Added "Security" section to documentation.
Changed
- The shared data directory (which previously included cache) is now split into separate directories for workspace runtime data and cache:
- Added
agent.cacheDirconfiguration option to control the cache directory location, default is/var/lib/scalr-agent/cache. - Default
agent.dataDirmount changed from/var/lib/scalr-agentto/var/lib/scalr-agent/datato avoid collisions with the cache directory. - The
persistence.enabledoption now applies only to the cache directory using a single shared PVC. The data directory will remain on emptyDir regardless of thepersistence.enabledsetting, as the data directory doesn't require persistence. - The
persistence.emptyDir.sizeLimit=20Giis now split intopersistence.data.emptyDir.sizeLimit=4Giandpersistence.cache.emptyDir.sizeLimit=1Gi.
- Added