Skip to content
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

Modify Pod phase check for kube-system pods #269

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Conversation

mateoflorido
Copy link
Member

Rationale

This Pull Request aims to solve the issue of Kubernetes Control Plane getting stuck in the Waitingstate when other deployed workloads have results that do not necessarily indicate a problem. In this case, resources such as Jobs, CronJobs, and others may generate the states Succeeded or Failed.

Changes

  • Include the allowed phases list in the method.
  • Create unit test.

Related Bugs

LP#1903055
LP#2006957

Copy link
Member

@addyess addyess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mateoflorido mateoflorido merged commit 825552d into main Feb 15, 2023
@mateoflorido mateoflorido deleted the bug/1903055 branch February 15, 2023 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants