-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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
Assignees
Labels
questionFurther information is requestedFurther information is requested