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

fix: optimize analyze service #461

Merged
merged 2 commits into from
Aug 19, 2023

Conversation

cleverhu
Copy link
Contributor

Closes #

📑 Description

When I used the analysis command, I found that the yellow error 'Service kube system/cluster. local nfs client nfs sub dir external advisor does not exist' was reported such as:
uTools_1685028836704
However, during my investigation, I found that the purpose of this endpoint is not to discover the pod IP, but to act as a leaderAction. Therefore, I believe this should not be thrown as a yellow warning.
uTools_1685029003724

✅ 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

@cleverhu cleverhu requested review from a team as code owners May 25, 2023 15:37
@matthisholleville
Copy link
Contributor

Hello @cleverhu, thank you very much for your contribution. Do we really need to have this information?

Shouldn't we just proceed ( continue ) if it matches your condition?

@cleverhu
Copy link
Contributor Author

Hello @cleverhu, thank you very much for your contribution. Do we really need to have this information?

Shouldn't we just proceed ( continue ) if it matches your condition?

Yes, I think it is correct to omit any debugging information from the output.

Signed-off-by: cleverhu <shouping.hu@daocloud.io>
Signed-off-by: cleverhu <zhubai.hsp@xuelanyun.com>
@AlexsJones
Copy link
Member

Yay another first time contributor - welcome!

Is this read for review again?

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
@AlexsJones AlexsJones merged commit cc665ea into k8sgpt-ai:main Aug 19, 2023
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.

None yet

3 participants