Skip to content

vmalertmanager additional storage types #1612

@mnacharov

Description

@mnacharov

I want to use GCP FUSE CSI driver as a storage for alertmanager.
According to the API Docs, I cannot do it, because storage should be either emptyDir or volumeClaimTemplate, but I need to have something like this:

  volumes:
  - name: vmalertmanager-db
    csi:
      driver: gcsfuse.csi.storage.gke.io
      volumeAttributes:
        bucketName: alertmanagers-data
        mountOptions: "implicit-dirs"

I think it should be possible to specify `/alertmanager´ in volumeMounts and any volume you like for it, because installations are different. The emptyDir and volumeClaimTemplate don't cover all the cases.

Metadata

Metadata

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions