You can set up the LB Health Check Kit through the use of the LKCLI (Command Line Interface).

Creating/Extending/Configuring the LB Health Check resource from the Command Line

create lbhc

EXAMPLE: #lkcli resource create lbhc --tag <tag> --port <port number> --switchback <switchback type> --msg <response string>

Option Default Description
--port <str> Specify the port number that listens for connections from the load balancer.
[--msg <str>] None Specifies the response string from the daemon (optional).

extend lbhc

EXAMPLE: #lkcli resource extend lbhc --tag <tag> --dest <backup node> --switchback <switchback type> --template_prioity <priority> --target_priority <prority>

config lbhc

EXAMPLE: #lkcli resource config lbhc --tag <tag> --port <port number> --msg <response string>

Option Default Description
--port <str> Specify the port number that listens for connections from the load balancer.
[--msg <str>] None Specifies the response string from the daemon (optional).

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment