Skip to content

Commit

Permalink
Merge branch '00121-D-ci-generate-readme' of https://github.com/hashg…
Browse files Browse the repository at this point in the history
…raph/solo into 00121-D-ci-generate-readme
  • Loading branch information
JeffreyDallas committed Apr 5, 2024
2 parents b26ccda + 1f9f546 commit b35b2ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ Kubernetes Namespace : solo
✔ Clean up temp files
✔ Generate gossip keys
✔ Backup old files
✔ TLS key for node: node1
✔ TLS key for node: node0
✔ TLS key for node: node1
✔ TLS key for node: node2
✔ Generate gRPC TLS keys
✔ Finalize
Expand Down Expand Up @@ -260,8 +260,8 @@ Kubernetes Namespace : solo
**********************************************************************************
✔ Initialize
✔ Check network pod: node0
✔ Check network pod: node2
✔ Check network pod: node1
✔ Check network pod: node2
✔ Identify network pods
✔ Copy configuration files
✔ Copy Gossip keys to staging
Expand All @@ -282,11 +282,11 @@ Kubernetes Namespace : solo
✔ Copy configuration files
✔ Copy configuration files
✔ Set file permissions
✔ Node: node2
✔ Set file permissions
✔ Node: node0
✔ Set file permissions
✔ Node: node1
✔ Set file permissions
✔ Node: node2
✔ Setup network nodes
✔ Finalize
```
Expand All @@ -312,9 +312,9 @@ Kubernetes Namespace : solo
✔ Check network pod: node1
✔ Check network pod: node2
✔ Identify network pods
✔ Start node: node0
✔ Start node: node1
✔ Start node: node2
✔ Start node: node0
✔ Starting nodes
✔ Check node: node0
✔ Check node: node1
Expand Down Expand Up @@ -426,7 +426,7 @@ $ rm -rf ~/.solo
$ solo init -t v0.47.0-alpha.0 -i node0,node1,node2 -n "${SOLO_NAMESPACE}" -s "${SOLO_CLUSTER_SETUP_NAMESPACE}" --key-format pem
```

* Example output
* Example output:

```
Expand Down Expand Up @@ -454,7 +454,7 @@ If a full reset is needed, delete the directory or relevant sub-directories befo
$ solo node keys --gossip-keys --tls-keys --key-format pem
```

* Example output
* Example output:

```
Expand All @@ -471,8 +471,8 @@ Kubernetes Namespace : solo
✔ Gossip pem key for node: node2
✔ Generate gossip keys
✔ Backup old files
✔ TLS key for node: node1
✔ TLS key for node: node2
✔ TLS key for node: node1
✔ TLS key for node: node0
✔ Generate gRPC TLS keys
✔ Finalize
Expand Down

0 comments on commit b35b2ba

Please sign in to comment.