Pod Lifecycle support
Will arangodb operator support pod lifecycle like preStop and postStart in coming release? I see now operator supports readinessProbe and livenessProbe. It will be great if additional support on pod lifecycle coz I prefer to use postStart to install grafana plugin for user query option
Hello!
How it can be related to ArangoDB Operator? You can, for example, use helm to install it for you after creating ArangoDeployment CR.
If you want to install it with Operator then you can use Kube-ArangoDB charts as a dependency and install your dashboards and plugins in a job.
Best Regards, Adam Janikowski.
No worry, i have found a way to implement it...thanks.