Skip to content

Commit b931965

Browse files
fix(docs): correct capitalization of 'Consensus Node' in Solo Weaver documentation
Signed-off-by: Pranali Deshmukh <[email protected]>
1 parent cd884f1 commit b931965

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/block-node/operations/solo-weaver-single-node-k8s-deployment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Overview
44

55
This guide explains how to deploy the Hiero Block Node on a Google Cloud Platform (GCP) virtual machine (VM) using the Solo Weaver tool.
6-
The Block Node supports the Hiero network by processing and validating consensus node produced blocks amongst others features.
6+
The Block Node supports the Hiero network by processing and validating Consensus Node produced blocks amongst others features.
77
This deployment uses the Weaver binary to provision the VM, set up Kubernetes and install the Block Node Helm chart on the VM.
88

99
This guide walks you through creating the VM, uploading the Weaver binary to it, and running the Block Node using the local profile.
@@ -93,7 +93,7 @@ Before you begin, ensure you have:
9393
1. Run the Block Node install command with **`sudo`** and the desired profile (choose one of: **`local`****`previewnet`****`testnet`****`mainnet`**):
9494

9595
```bash
96-
sudo ./weaver-linux-amd64 block node install -p <profile>
96+
sudo ./weaver-linux-amd64 Block Node install -p <profile>
9797
```
9898

9999
*(Replace **`<profile>`** with the desired value. For ARM, use **`weaver-linux-arm64`** instead.)*
@@ -214,18 +214,18 @@ If you need to permanently remove a Block Node deployment (for decommissioning,
214214
See below for common errors, causes, and solutions during Block Node setup:
215215

216216
1. Error: “Profile not set”
217-
- **Cause:** The **`block node install`** command was run without specifying a profile.
217+
- **Cause:** The **`Block Node install`** command was run without specifying a profile.
218218
- **Fix:** Re-run with a valid profile, for example:
219219

220220
```bash
221-
sudo ./weaver-linux-amd64 block node install -p local
221+
sudo ./weaver-linux-amd64 Block Node install -p local
222222
```
223223
2. Error: “Requires super user privilege”
224-
- **Cause:** The **`block node installp`** command was run without **`sudo`**.
224+
- **Cause:** The **`Block Node installp`** command was run without **`sudo`**.
225225
- **Fix:** Add **`sudo`** before your command:
226226

227227
```bash
228-
sudo ./weaver-linux-amd64 block node install -p local
228+
sudo ./weaver-linux-amd64 Block Node install -p local
229229
```
230230
3. Error: Missing **`weaver`** User and/or Group
231231
- **Cause:** First **`sudo`** run; the **`weaver`** system user and group are not yet created.

0 commit comments

Comments
 (0)