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

feat: skip k3s node type EtcdIsVoter #1167

Merged
merged 2 commits into from
Jul 12, 2024

Conversation

yankay
Copy link
Contributor

@yankay yankay commented Jun 25, 2024

Closes #1166

πŸ“‘ Description

Skip k3s node Condition EtcdIsVoter Status reported as an error.

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

β„Ή Additional Information

@yankay yankay requested review from a team as code owners June 25, 2024 12:47
Copy link
Contributor

@JuHyung-Son JuHyung-Son left a comment

Choose a reason for hiding this comment

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

does this error is only specific to k3s?

@yankay
Copy link
Contributor Author

yankay commented Jul 3, 2024

does this error is only specific to k3s?

Yes, it's only for k3s

Copy link
Contributor

@JuHyung-Son JuHyung-Son left a comment

Choose a reason for hiding this comment

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

How about define ignore []string and put this error in it.
Then, case if NodeConditionType is in ignore, break.

@AlexsJones
Copy link
Member

I am inclined to agree that if this unblocks errors in k3s then we should add it.

Anyone else @k8sgpt-ai/k8sgpt-maintainers ?

@arbreezy
Copy link
Member

no objections from my side, looks safe :) @AlexsJones

@AlexsJones AlexsJones merged commit 4366ad9 into k8sgpt-ai:main Jul 12, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

k3s node Condition EtcdIsVoter Status: True is Normal Considtion but reported as an error.
4 participants