@@ -90,7 +90,7 @@ You can now use your cluster with:
90
90
91
91
kubectl cluster-info --context kind-solo
92
92
93
- Thanks for using kind! 😊
93
+ Have a nice day! 👋
94
94
```
95
95
96
96
You may now view pods in your cluster using ` k9s -A ` as below:
@@ -178,9 +178,9 @@ Kubernetes Namespace : solo
178
178
✔ Clean up temp files
179
179
✔ Generate gossip keys
180
180
✔ Backup old files
181
- ✔ TLS key for node: node2
182
181
✔ TLS key for node: node0
183
182
✔ TLS key for node: node1
183
+ ✔ TLS key for node: node2
184
184
✔ Generate gRPC TLS keys
185
185
✔ Finalize
186
186
```
@@ -260,16 +260,16 @@ Kubernetes Namespace : solo
260
260
**********************************************************************************
261
261
✔ Initialize
262
262
✔ Check network pod: node0
263
- ✔ Check network pod: node1
264
263
✔ Check network pod: node2
264
+ ✔ Check network pod: node1
265
265
✔ Identify network pods
266
266
✔ Copy configuration files
267
267
✔ Copy Gossip keys to staging
268
268
✔ Copy gRPC TLS keys to staging
269
269
✔ Prepare config.txt for the network
270
270
✔ Prepare staging directory
271
- ✔ Node: node0
272
271
✔ Node: node2
272
+ ✔ Node: node0
273
273
✔ Node: node1
274
274
✔ Fetch platform software into network nodes
275
275
✔ Copy Gossip keys
@@ -282,10 +282,10 @@ Kubernetes Namespace : solo
282
282
✔ Copy configuration files
283
283
✔ Copy configuration files
284
284
✔ Set file permissions
285
- ✔ Node: node1
286
- ✔ Set file permissions
287
285
✔ Node: node0
288
286
✔ Set file permissions
287
+ ✔ Node: node1
288
+ ✔ Set file permissions
289
289
✔ Node: node2
290
290
✔ Setup network nodes
291
291
✔ Finalize
@@ -308,13 +308,13 @@ Kubernetes Cluster : kind-solo
308
308
Kubernetes Namespace : solo
309
309
**********************************************************************************
310
310
✔ Initialize
311
- ✔ Check network pod: node1
312
311
✔ Check network pod: node0
312
+ ✔ Check network pod: node1
313
313
✔ Check network pod: node2
314
314
✔ Identify network pods
315
+ ✔ Start node: node2
315
316
✔ Start node: node1
316
317
✔ Start node: node0
317
- ✔ Start node: node2
318
318
✔ Starting nodes
319
319
✔ Check node: node0
320
320
✔ Check node: node1
@@ -345,13 +345,9 @@ Kubernetes Namespace : solo
345
345
✔ Prepare address book
346
346
✔ Deploy mirror-node
347
347
✔ Enable mirror-node
348
- ✔ Check Postgres DB
349
- ✔ Check Importer
350
- ✔ Check REST API
351
- ✔ Check Web3
352
- ✔ Check GRPC
353
- ✔ Check Hedera Explorer
354
- ✔ Check Mirror node components are ACTIVE
348
+ *********************************** ERROR *****************************************
349
+ Error starting node: Expected number of pod (1) not found status.phase=Running app.kubernetes.io/component=postgresql,app.kubernetes.io/name=postgres [maxAttempts = 900]
350
+ ***********************************************************************************
355
351
```
356
352
357
353
* Deploy a JSON RPC relay
@@ -372,15 +368,9 @@ Kubernetes Namespace : solo
372
368
**********************************************************************************
373
369
✔ Initialize
374
370
✔ Prepare chart values
375
-
376
- *** Deployed Relays ***
377
- -------------------------------------------------------------------------------
378
- - fullstack-deployment [fullstack-deployment-0.24.2]
379
- - relay-node0-node1 [hedera-json-rpc-relay-0.26.0-SNAPSHOT]
380
- - relay-node0-node1-node2 [hedera-json-rpc-relay-0.26.0-SNAPSHOT]
381
-
382
-
383
- ✔ Deploy JSON RPC Relay
371
+ *********************************** ERROR *****************************************
372
+ Error installing relays
373
+ ***********************************************************************************
384
374
```
385
375
386
376
You may view the list of pods using ` k9s ` as below:
@@ -450,14 +440,9 @@ Kubernetes Namespace : solo
450
440
**********************************************************************************
451
441
✔ Initialize
452
442
✔ Prepare chart values
453
-
454
- *** Deployed Relays ***
455
- -------------------------------------------------------------------------------
456
- - fullstack-deployment [fullstack-deployment-0.24.2]
457
- - relay-node0-node1 [hedera-json-rpc-relay-0.26.0-SNAPSHOT]
458
-
459
-
460
- ✔ Deploy JSON RPC Relay
443
+ *********************************** ERROR *****************************************
444
+ Error installing relays
445
+ ***********************************************************************************
461
446
```
462
447
463
448
### Example - 2: Deploy a standalone test network (version ` 0.47.0-alpha.0 ` )
@@ -516,9 +501,9 @@ Kubernetes Namespace : solo
516
501
✔ Gossip pem key for node: node2
517
502
✔ Generate gossip keys
518
503
✔ Backup old files
504
+ ✔ TLS key for node: node2
519
505
✔ TLS key for node: node0
520
506
✔ TLS key for node: node1
521
- ✔ TLS key for node: node2
522
507
✔ Generate gRPC TLS keys
523
508
✔ Finalize
524
509
```
0 commit comments