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(platform): machine provider support OnHealthCheck interface #1801

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

malc0lm
Copy link
Contributor

@malc0lm malc0lm commented Mar 22, 2022

Signed-off-by: malc0lm [email protected]

What type of PR is this?

/kind feature

What this PR does / why we need it:
The health checking use machine IP which acquired in tenant cluster node IP in machine controller. But in some scenario like SuperEdge, we use the node name to get the node. So machine health checking always failed.
In fact, health checking in provider need support user level implementation, this pr add OnHealthCheck in machine provider, and mv the origin default implementation in DelegateProvider.
Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@malc0lm malc0lm changed the title Feat: Machine provider support OnHealthCheck feat(platform): Machine provider support OnHealthCheck Mar 22, 2022
@pavlelee
Copy link
Collaborator

LGTM

@malc0lm malc0lm changed the title feat(platform): Machine provider support OnHealthCheck feat(platform): machine provider support OnHealthCheck Mar 30, 2022
@malc0lm malc0lm changed the title feat(platform): machine provider support OnHealthCheck feat(platform): machine provider support OnHealthCheck interface Mar 30, 2022
@leoryu leoryu merged commit a5b16de into tkestack:master Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants