trident icon indicating copy to clipboard operation
trident copied to clipboard

Trident-Operator Deployment - configurator-reconcile-interval

Open LeonardPoiana opened this issue 1 year ago • 1 comments

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

  • -configurator-reconcile-interval={{ .Values.configuratorReconcileInterval }}

Trident-Operator Deployment

  • command:
    • /trident-operator
    • -configurator-reconcile-interval={{ .Values.configuratorReconcileInterval }} {{- if .Values.operatorDebug }}
    • -debug

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

LeonardPoiana avatar Sep 04 '24 14:09 LeonardPoiana

@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.

Utkarshjh avatar Oct 24 '24 16:10 Utkarshjh

Fixed in Trident 25.02.

clintonk avatar Mar 01 '25 00:03 clintonk