First iteration of High Availability Cluster user guide - #14
Merged
Conversation
Signed-off-by: Nate Thornton <nate.thornton@hpe.com>
NateThornton
requested review from
ajfloeder,
bdevcich,
behlendorf,
matthew-richerson and
roehrich-hpe
December 13, 2022 19:34
ajfloeder
reviewed
Dec 13, 2022
ajfloeder
approved these changes
Dec 14, 2022
bdevcich
approved these changes
Dec 14, 2022
|
|
||
| Fencing is the process of restricting and releasing access to resources that a failed cluster node may have access to. Since a failed node may be unresponsive, an external device must exist that can restrict access to shared resources of that node, or to issue a hard reboot of the node. More information can be found form Red Hat: [1.2.1 Fencing](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_high_availability_clusters/assembly_overview-of-high-availability-configuring-and-managing-high-availability-clusters#fencing) | ||
|
|
||
| HPE hardware implements software known as the Hardware System Supervisor (HSS), which itself conforms to the SNIA Redfish/Swordfish standard. This provides the means to manage hardware outside the host OS. |
Contributor
There was a problem hiding this comment.
And HSS can provide a fencing agent?
Contributor
Author
There was a problem hiding this comment.
HSS conforms to the Redfish standard and there is a redfish fencing agent
Comment on lines
+50
to
+51
| | `--kubernetes-service-host=[ADDRESS]` | The IP address of the kubeapi server | | ||
| | `--kubernetes-service-port=[PORT]` | The listening port of the kube api server | |
Contributor
There was a problem hiding this comment.
Suggested change
| | `--kubernetes-service-host=[ADDRESS]` | The IP address of the kubeapi server | | |
| | `--kubernetes-service-port=[PORT]` | The listening port of the kube api server | | |
| | `--kubernetes-service-host=[ADDRESS]` | The IP address of the kube-apiserver | | |
| | `--kubernetes-service-port=[PORT]` | The listening port of the kube-apiserver | |
| markdown_extensions: | ||
| - pymdownx.highlight: | ||
| anchor_linenums: true | ||
| - admonition |
Contributor
Author
There was a problem hiding this comment.
!!! for highlight blocks https://squidfunk.github.io/mkdocs-material/reference/admonitions/
Co-authored-by: Blake Devcich <89158881+bdevcich-hpe@users.noreply.github.com>
Signed-off-by: Nate Thornton <nate.thornton@hpe.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Signed-off-by: Nate Thornton nate.thornton@hpe.com