Skip to content

Commit 1154f85

Browse files
behlendorfbdevcich
authored andcommitted
Fix nnf-fencing-agent ServiceAccount name
The ServiceAccount which is create is called nnf-fencing-agent not nnf-fence-agent.
1 parent d7053cf commit 1154f85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/ha-cluster/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Configure the NNF agent with the following parameters:
4646
| `nnf-node-name=[NNF-NODE-NAME]` | Name of the NNF node as it is appears in the System Configuration |
4747
| `api-version=[VERSION]` | The API Version of the NNF Node resource. Defaults to "v1alpha1" |
4848

49-
The token and certificate can be found in the Kubernetes Secrets resource for the nnf-system/nnf-fence-agent ServiceAccount. This provides RBAC rules to limit the fencing agent to only the Kubernetes resources it needs access to.
49+
The token and certificate can be found in the Kubernetes Secrets resource for the nnf-system/nnf-fencing-agent ServiceAccount. This provides RBAC rules to limit the fencing agent to only the Kubernetes resources it needs access to.
5050

5151
For example, setting up the NNF fencing agent on `rabbit-node-1` with a kubernetes service API running at `192.168.0.1:6443` and the service token and certificate copied to `/etc/nnf/fence/`. This needs to be run on one node in the cluster.
5252

0 commit comments

Comments
 (0)