#k8 Harvest
1 messages · Page 1 of 1 (latest)
conf folder in harvest is available in containers and contains harvest templates(used for telling harvest what data to collect) https://github.com/NetApp/harvest/tree/main/conf but if you wish to modify these templates then this volume is needed. If you don't, no need to mount it.
cert path is used to do cert based auth. It contains certificates which are used in harvest config. Are you deploying on cloud?
I want to deploy this in ACC
I am guessing on-prem, hostpath should just work fine with volume mount. You can mount this volume on a shared location for the service.
it can be empty folder?
i mean when is this folder populated. Currently its empty in my setup
conf folder shouldn't be empty if you ran kompose command from harvest dir. It should have contents like mentioned here https://github.com/NetApp/harvest/tree/main/conf
cert will be empty as we ship with empty cert dir https://github.com/NetApp/harvest/tree/main/cert
ok