Skip to content

Last Probe times are not populated in the status #451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mtamboli opened this issue Apr 20, 2023 · 1 comment
Open

Last Probe times are not populated in the status #451

mtamboli opened this issue Apr 20, 2023 · 1 comment
Labels
invalid This doesn't seem right svt

Comments

@mtamboli
Copy link

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?

image

@mtamboli mtamboli added svt bug Something isn't working labels Apr 20, 2023
@leochr
Copy link
Member

leochr commented Apr 21, 2023

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

@leochr leochr added invalid This doesn't seem right and removed bug Something isn't working labels Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right svt
Projects
None yet
Development

No branches or pull requests

2 participants