-
Notifications
You must be signed in to change notification settings - Fork 710
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
Events don't show up in kubectl describe tfjobs #763
Comments
Created a new job and the events show up; so looks like its a question of events being too old and not showing up.
|
See kubernetes/kubernetes#52521 It looks like events are garbage collected after 1 hour to avoid straining ETCD. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Below is the output of running kubectl describe for a TFJob that is running.
The job is running successfully (pods exist) but events don't show up in output of
kubectl describe
The events don't show up with
kubectl get events
; but they do show up in stackdriver. I wonder if the problem is that the events are tool old.The text was updated successfully, but these errors were encountered: