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
When debugging issues with probes, I was looking at the status of the probe. lastProbeTime is always null. Is it possible to get this populated by the operator?
The text was updated successfully, but these errors were encountered:
@mtamboli It seems that this is the status of Pod. Operators are only supposed to update the status of the resources that they manage. Liberty Operator can not and should not set the status for Kubernetes managed resources (i.e. Pods, Deployments, etc) or resources of other Operators.
When debugging issues with probes, I was looking at the status of the probe. lastProbeTime is always
null
. Is it possible to get this populated by the operator?The text was updated successfully, but these errors were encountered: