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
The above gives special treatment to the invalid phase. That means that once it is set it will never be overwritten unless another non-ready phase is set. But invalid can be a transient state e.g. a license check request that temporary fails or an error in the podTemplate that has been fixed.
Because we preserve other non-ready phases when we update the phase to ApplyingChanges the only way to clear this status is to scale down the cluster by at least one node or have a node shutdown stall during a rolling upgrade (which is unlikely)
The text was updated successfully, but these errors were encountered:
cloud-on-k8s/pkg/controller/elasticsearch/elasticsearch_controller.go
Lines 208 to 211 in 16180dd
The above gives special treatment to the invalid phase. That means that once it is set it will never be overwritten unless another non-ready phase is set. But
invalid
can be a transient state e.g. a license check request that temporary fails or an error in thepodTemplate
that has been fixed.cloud-on-k8s/pkg/controller/elasticsearch/driver/driver.go
Lines 239 to 243 in adb6ea5
Because we preserve other non-ready phases when we update the phase to
ApplyingChanges
the only way to clear this status is to scale down the cluster by at least one node or have a node shutdown stall during a rolling upgrade (which is unlikely)The text was updated successfully, but these errors were encountered: