Trident-Operator Deployment - configurator-reconcile-interval
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 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.
Fixed in Trident 25.02.