Hi there
There are at least 2 problems with the current helm chart for the snapshotter container:
- When
sidecars.snapshotter is enabled but the APIVersions snapshot.storage.k8s.io/v1 (e.g. VolumeSnapshot) doesn't exist, the helm chart uses the imageBeta image which version (v3.0.3) doesn't have the --http-endpoint argument which is templated by default and therefore the container is in a CrashLoopBackOff.
- When
sidecars.snapshotter is disabled, the metrics Service & ServiceMonitor still template the snapshotter endpoint and therefore Prometheus reports target down
Would gladly help to improve the current helm chart.
If you have any follow-up questions don't hesitate.
Hi there
There are at least 2 problems with the current helm chart for the snapshotter container:
sidecars.snapshotteris enabled but the APIVersionssnapshot.storage.k8s.io/v1(e.g. VolumeSnapshot) doesn't exist, the helm chart uses theimageBetaimage which version (v3.0.3) doesn't have the--http-endpointargument which is templated by default and therefore the container is in aCrashLoopBackOff.sidecars.snapshotteris disabled, the metricsService&ServiceMonitorstill template the snapshotter endpoint and therefore Prometheus reports target downWould gladly help to improve the current helm chart.
If you have any follow-up questions don't hesitate.