cli-utils icon indicating copy to clipboard operation
cli-utils copied to clipboard

pod.status.phase = Failed (incorrectly?) marked as `CurrentStatus`

Open oistein opened this issue 9 months ago • 8 comments

I was trying to compute status of a pod and to my surprise it came back as Current when it really had failed. Given that this code has been here for almost 3 years, this might be on purpose? However, if not, please review this PR.

oistein avatar Nov 14 '23 06:11 oistein

CLA Signed

The committers listed above are authorized under a signed CLA.

  • :white_check_mark: login: oistein / name: Øistein Løvik (9264913c30ae4ca9bb9b901c6387d292b0ce24fc)

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: oistein Once this PR has been reviewed and has the lgtm label, please assign seans3 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Nov 14 '23 06:11 k8s-ci-robot

Welcome @oistein!

It looks like this is your first PR to kubernetes-sigs/cli-utils 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/cli-utils has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. :smiley:

k8s-ci-robot avatar Nov 14 '23 06:11 k8s-ci-robot

Hi @oistein. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Nov 14 '23 06:11 k8s-ci-robot

/ok-to-test

ash2k avatar Nov 14 '23 12:11 ash2k

/retest

oistein avatar Nov 15 '23 06:11 oistein

@oistein So this is on purpose, although there are several alternative ways to handle this. The idea is that what kstatus computes is reconcile status, i.e. were the controller able to realize the desired state as expressed by a resource. And for a Pod, we consider that the desired state has been realized when the Pod is running, meaning that whether the Pod completed successfully or not is a consideration. A similar discussion is availabe in https://github.com/kubernetes-sigs/cli-utils/issues/329

mortent avatar Jan 03 '24 00:01 mortent

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Apr 02 '24 00:04 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle rotten
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar May 02 '24 00:05 k8s-triage-robot