Skip to content

Commit 56d17eb

Browse files
docs(solo-weaver): Fix command references in troubleshooting section
Signed-off-by: Pranali Deshmukh <[email protected]>
1 parent 67feacf commit 56d17eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 **`blocknode setup`** 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 blocknode setup -p local
221+
sudo ./weaver-linux-amd64 block node install -p local
222222
```
223223
2. Error: “Requires super user privilege”
224-
- **Cause:** The **`blocknode setup`** 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 blocknode setup -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)