NetApp / trident

Storage orchestrator for containers
Apache License 2.0
762 stars 222 forks source link

Trident-Operator Deployment - configurator-reconcile-interval #924

Open LeonardPoiana opened 2 months ago

LeonardPoiana commented 2 months ago

We are not using the auto generated backends and we end up with a failed trident-opeator pod because of the :

Trident-Operator Deployment

configuratorReconcileInterval is the resource refresh rate for the auto generated backends. configuratorReconcileInterval: 30m0s

We recommend to include a condition when needs to ran

Leonard Poiana

Utkarshjh commented 4 weeks ago

@LeonardPoiana We are interested to know the steps which causes the trident-operator pod to go in failed state. Unless we don't have tconf CR (which will come only when we enable auto backend config) we should never land in this place. It would be very helpful if we could get the steps to reproduce and operator logs as well. Thank you.