Skip to content

Commit

Permalink
trying to fix the 'Could not parse expression with acorn'
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex committed Jun 17, 2024
1 parent 1689b2b commit c0c9996
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guides/deploy-guide/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ osism apply operator -u osism \
* System is currently rebooting and is not yet accessible via network.
```
fatal: [net003]: UNREACHABLE! =>
{"changed": false, "msg": "Connection timed out.", "unreachable": true}
fatal: [net003]: UNREACHABLE! =>
{"changed": false, "msg": "Connection timed out.", "unreachable": true}
```
* System has already been rebooted and is not accessible via the network.
```
fatal: [net003]: UNREACHABLE! =>
{"changed": false, "msg": "EOF on stream; last 100 lines received:\nssh: connect to host 10.15.0.33 port 22: No route to host\r", "unreachable": true}
fatal: [net003]: UNREACHABLE! =>
{"changed": false, "msg": "EOF on stream; last 100 lines received:\nssh: connect to host 10.15.0.33 port 22: No route to host\r", "unreachable": true}
```
## Bootstrap the nodes
Expand Down

0 comments on commit c0c9996

Please sign in to comment.