[bug] Status is not correct in kubectl
See original GitHub issue/kind bug
What steps did you take and what happened: [A clear and concise description of what the bug is.]
We get the trial status in kubectl:
katib-distributed-example-z2rxgztq Succeeded False 9m52s
But when we describe it:
Status:
Conditions:
Last Transition Time: 2020-01-21T03:37:43Z
Last Update Time: 2020-01-21T03:37:43Z
Message: Trial is created
Reason: TrialCreated
Status: True
Type: Created
Last Transition Time: 2020-01-21T03:39:21Z
Last Update Time: 2020-01-21T03:39:21Z
Message: Trial is running
Reason: TrialRunning
Status: False
Type: Running
Last Transition Time: 2020-01-21T03:39:21Z
Last Update Time: 2020-01-21T03:39:21Z
Message: Metrics are not available
Reason: MetricsUnavailable
Status: False
Type: Succeeded
Start Time: 2020-01-21T03:37:43Z
And we treat such a trial pending
in experiment status. It is not appropriate, I think.
What did you expect to happen:
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]
Environment:
- Kubeflow version:
- Minikube version:
- Kubernetes version: (use
kubectl version
): - OS (e.g. from
/etc/os-release
):
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Kubectl reports wrong status for evicted pod when container ...
In Kubernetes <1.22, Evicted pods would not have any container status synced. Kubectl displayed them as "Evicted". In 1.22+, we fixed a bug...
Read more >Troubleshooting kubeadm | Kubernetes
If your problem is not listed below, please follow the following steps: If you think your problem is a bug with kubeadm:.
Read more >Kubernetes CrashLoopBackOff: What it is, and how to fix it?
Learn to visualize, alert, and troubleshoot a Kubernetes CrashLoopBackOff: A pod starting, crashing, starting again, and crashing again.
Read more >1442715 – When replicas=1 the deployment status is not ...
Bug 1442715 - When replicas=1 the deployment status is not correct with ... kubernetes v1.5.2+43a9be4 How reproducible: always Steps to Reproduce: 1.
Read more >Kubernetes stuck on ContainerCreating - Server Fault
It happens when you are using secrets and they are not found (like a typo in the yaml or you forgot to create...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! Links: app homepage, dashboard and code for this bot.
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! Links: app homepage, dashboard and code for this bot.