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). |
Post your comment on this topic.