Skip to content

Commit b7f2891

Browse files
auto update README.md [skip ci]
Signed-off-by: Swirlds Automation <[email protected]>
1 parent 5a5a02f commit b7f2891

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

README.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Then run the following command to set the kubectl context to the new cluster:
7575
```bash
7676
kind create cluster -n "${SOLO_CLUSTER_NAME}"
7777
```
78-
7978
Example output
8079

8180
```
@@ -91,7 +90,7 @@ You can now use your cluster with:
9190
9291
kubectl cluster-info --context kind-solo
9392
94-
Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/quick-start/
93+
Have a nice day! 👋
9594
```
9695

9796
You may now view pods in your cluster using `k9s -A` as below:
@@ -179,13 +178,12 @@ Kubernetes Namespace : solo
179178
✔ Clean up temp files
180179
✔ Generate gossip keys
181180
✔ Backup old files
181+
✔ TLS key for node: node1
182182
✔ TLS key for node: node2
183183
✔ TLS key for node: node0
184-
✔ TLS key for node: node1
185184
✔ Generate gRPC TLS keys
186185
✔ Finalize
187186
```
188-
189187
Key files are generated in `~/.solo/keys` directory.
190188

191189
```
@@ -194,7 +192,6 @@ $ ls ~/.solo/cache/keys
194192
hedera-node0.crt hedera-node1.crt hedera-node2.crt private-node0.pfx private-node2.pfx
195193
hedera-node0.key hedera-node1.key hedera-node2.key private-node1.pfx public.pfx
196194
```
197-
198195
* Setup cluster with shared components
199196
* In a separate terminal, you may run `k9s` to view the pod status.
200197

@@ -217,6 +214,7 @@ Kubernetes Namespace : solo
217214
✔ Install 'fullstack-cluster-setup' chart
218215
```
219216

217+
220218
* Deploy helm chart with Hedera network components
221219
* It may take a while (5~15 minutes depending on your internet speed) to download various docker images and get the pods started.
222220
* If it fails, ensure you have enough resources allocated for Docker engine and retry the command.
@@ -241,9 +239,9 @@ Kubernetes Namespace : solo
241239
✔ Check Node: node1
242240
✔ Check Node: node2
243241
✔ Check node pods are ready
244-
✔ Check HAProxy for: node0
245-
✔ Check HAProxy for: node2
246242
✔ Check HAProxy for: node1
243+
✔ Check HAProxy for: node2
244+
✔ Check HAProxy for: node0
247245
✔ Check Envoy Proxy for: node0
248246
✔ Check Envoy Proxy for: node2
249247
✔ Check Envoy Proxy for: node1
@@ -270,18 +268,18 @@ Kubernetes Cluster : kind-solo
270268
Kubernetes Namespace : solo
271269
**********************************************************************************
272270
✔ Initialize
273-
✔ Check network pod: node0
274271
✔ Check network pod: node1
272+
✔ Check network pod: node0
275273
✔ Check network pod: node2
276274
✔ Identify network pods
277275
✔ Copy configuration files
278276
✔ Copy Gossip keys to staging
279277
✔ Copy gRPC TLS keys to staging
280278
✔ Prepare config.txt for the network
281279
✔ Prepare staging directory
280+
✔ Update node: node0
282281
✔ Update node: node2
283282
✔ Update node: node1
284-
✔ Update node: node0
285283
✔ Fetch platform software into network nodes
286284
✔ Copy Gossip keys
287285
✔ Copy Gossip keys
@@ -324,19 +322,18 @@ Kubernetes Namespace : solo
324322
✔ Check network pod: node2
325323
✔ Identify network pods
326324
✔ Start node: node2
327-
✔ Start node: node0
328325
✔ Start node: node1
326+
✔ Start node: node0
329327
✔ Starting nodes
330328
✔ Check node: node0
331329
✔ Check node: node1
332330
✔ Check node: node2
333331
✔ Check nodes are ACTIVE
332+
✔ Check proxy for node: node1
334333
✔ Check proxy for node: node0
335334
✔ Check proxy for node: node2
336-
✔ Check proxy for node: node1
337335
✔ Check node proxies are ACTIVE
338336
```
339-
340337
* Deploy mirror node
341338

342339
```
@@ -359,9 +356,9 @@ Kubernetes Namespace : solo
359356
✔ Enable mirror-node
360357
✔ Check Hedera Explorer
361358
✔ Check Postgres DB
362-
✔ Check REST API
363359
✔ Check Monitor
364360
✔ Check GRPC
361+
✔ Check REST API
365362
✔ Check Importer
366363
✔ Check pods are ready
367364
```
@@ -515,23 +512,20 @@ Kubernetes Namespace : solo
515512
✔ Gossip pem key for node: node2
516513
✔ Generate gossip keys
517514
✔ Backup old files
515+
✔ TLS key for node: node1
518516
✔ TLS key for node: node2
519517
✔ TLS key for node: node0
520-
✔ TLS key for node: node1
521518
✔ Generate gRPC TLS keys
522519
✔ Finalize
523520
```
524-
525521
PEM key files are generated in `~/.solo/keys` directory.
526-
527522
```
528523
$ ls ~/.solo/cache/keys
529524
a-private-node0.pem a-public-node1.pem hedera-node1.crt s-private-node0.pem s-public-node1.pem
530525
a-private-node1.pem a-public-node2.pem hedera-node1.key s-private-node1.pem s-public-node2.pem
531526
a-private-node2.pem hedera-node0.crt hedera-node2.crt s-private-node2.pem
532527
a-public-node0.pem hedera-node0.key hedera-node2.key s-public-node0.pem
533528
```
534-
535529
* Setup cluster with shared components
536530

537531
```

0 commit comments

Comments
 (0)