question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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:closed
  • Created 4 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
issue-label-bot[bot]commented, Jan 21, 2020

Issue-Label Bot is automatically applying the labels:

Label Probability
bug 1.00

Please mark this comment with 👍 or 👎 to give our bot feedback! Links: app homepage, dashboard and code for this bot.

0reactions
issue-label-bot[bot]commented, Oct 17, 2020

Issue-Label Bot is automatically applying the labels:

Label Probability
area/katib 1.00

Please mark this comment with 👍 or 👎 to give our bot feedback! Links: app homepage, dashboard and code for this bot.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found