cert-manager / csi-driver

A Kubernetes CSI plugin to automatically mount signed certificates to Pods using ephemeral volumes

Home Page:https://cert-manager.io/docs/usage/csi-driver/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csidriver object 1.16+ support

kfox1111 opened this issue · comments

Needs these flags:

  attachRequired: false
  podInfoOnMount: true
  volumeLifecycleModes:
  - Ephemeral

volumeLifecycleModes only exists 1.16+ though, so can't be there on 1.15 clusters.

This is now implemented, thanks :)