Option to skip worker node checks #270
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some provider users have been complaining about node health check issues. It has been described on the issue board that some want a way to skip some node checks, so they can focus on ensuring the cluster endpoint, is healthy. I'm thinking this gives a way for users to focus on desired health statuses and not get lost in worker node status reports.
Since you can't directly change the behaviour of health checks since they are written in talos/, I thought instead you could simply pass workerNodes as empty, therefore not checking any of the workerNodes.