I am trying to access and write CronJob logs to google storage buckets. I have already setup the service account and another deployments are using the same using annotations
gke-gcsfuse/volume: “true”
This annotation is not working in CronJob apiversion: batch/v1
The PV and PVC are described in pod spec as per rules.
How can I mount a bucket to CronJob using gke-gcsfuse?
Like other deployments, the CronJob should also mount the bucket as mounted volume.
3