Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/peaceiris/actions-…
Browse files Browse the repository at this point in the history
…hugo-3
  • Loading branch information
JeffreyDallas committed Apr 24, 2024
2 parents 592db70 + d843eb0 commit 7dadd98
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ You can now use your cluster with:
kubectl cluster-info --context kind-solo
Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/quick-start/
Thanks for using kind! 😊
```

You may now view pods in your cluster using `k9s -A` as below:
Expand Down Expand Up @@ -242,9 +242,9 @@ Kubernetes Namespace : solo
✔ Check HAProxy for: node0
✔ Check HAProxy for: node1
✔ Check HAProxy for: node2
✔ Check Envoy Proxy for: node1
✔ Check Envoy Proxy for: node0
✔ Check Envoy Proxy for: node2
✔ Check Envoy Proxy for: node1
✔ Check proxy pods are ready
✔ Check MinIO
✔ Check auxiliary pods are ready
Expand All @@ -268,9 +268,9 @@ Kubernetes Cluster : kind-solo
Kubernetes Namespace : solo
**********************************************************************************
✔ Initialize
✔ Check network pod: node1
✔ Check network pod: node0
✔ Check network pod: node2
✔ Check network pod: node1
✔ Identify network pods
✔ Copy configuration files
✔ Copy Gossip keys to staging
Expand All @@ -293,9 +293,9 @@ Kubernetes Namespace : solo
✔ Set file permissions
✔ Node: node2
✔ Set file permissions
✔ Node: node0
✔ Set file permissions
✔ Node: node1
✔ Set file permissions
✔ Node: node0
✔ Setup network nodes
✔ Finalize
```
Expand All @@ -317,21 +317,21 @@ Kubernetes Cluster : kind-solo
Kubernetes Namespace : solo
**********************************************************************************
✔ Initialize
✔ Check network pod: node0
✔ Check network pod: node1
✔ Check network pod: node0
✔ Check network pod: node2
✔ Identify network pods
✔ Start node: node0
✔ Start node: node2
✔ Start node: node1
✔ Start node: node0
✔ Starting nodes
✔ Check node: node0
✔ Check node: node1
✔ Check node: node2
✔ Check nodes are ACTIVE
✔ Check proxy for node: node2
✔ Check proxy for node: node0
✔ Check proxy for node: node1
✔ Check proxy for node: node2
✔ Check node proxies are ACTIVE
```
* Deploy mirror node
Expand All @@ -358,8 +358,8 @@ Kubernetes Namespace : solo
✔ Check Postgres DB
✔ Check Monitor
✔ Check REST API
✔ Check Importer
✔ Check GRPC
✔ Check Importer
✔ Check pods are ready
```

Expand Down Expand Up @@ -512,9 +512,9 @@ Kubernetes Namespace : solo
✔ Gossip pem key for node: node2
✔ Generate gossip keys
✔ Backup old files
✔ TLS key for node: node0
✔ 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
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "Apache2.0",
"dependencies": {
"@hashgraph/proto": "^2.14.0-beta.4",
"@hashgraph/sdk": "^2.43.0-beta.1",
"@hashgraph/sdk": "^2.44.0",
"@kubernetes/client-node": "^0.20.0",
"@listr2/prompt-adapter-enquirer": "^2.0.2",
"@peculiar/x509": "^1.9.7",
Expand Down

0 comments on commit 7dadd98

Please sign in to comment.