You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not want to allow Pod restarts, full lifecycle is managed by Operator (Operator recreate pod, takes care about shards).
It is also used in Graceful shutdowns, when we send request thru API. This logic will change (to send Delete + handle it in finalizers), but ETA is next year.
The operator starts all its server pod with the
RestartPolicy
set toNever
. This causes ArgoCD to fail to report it as running.kube-arangodb/pkg/util/k8sutil/pods.go
Line 433 in 13f3e2a
Can this be changed to Always and let the pod automatically restart itself on failure?
Related ticket with repro steps: argoproj/argo-cd#7259
The text was updated successfully, but these errors were encountered: