Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump tar from 6.2.0 to 7.0.1 #229

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ 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/
Have a nice day! 👋

```

You may now view pods in your cluster using `k9s -A` as below:
Expand Down Expand Up @@ -178,9 +179,9 @@ Kubernetes Namespace : solo
✔ Clean up temp files
✔ 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 Expand Up @@ -268,8 +269,8 @@ Kubernetes Namespace : solo
✔ Copy gRPC TLS keys to staging
✔ Prepare config.txt for the network
✔ Prepare staging directory
✔ Node: node0
✔ Node: node2
✔ Node: node0
✔ Node: node1
✔ Fetch platform software into network nodes
✔ Copy Gossip keys
Expand All @@ -282,10 +283,10 @@ Kubernetes Namespace : solo
✔ Copy configuration files
✔ Copy configuration files
✔ Set file permissions
✔ Node: node2
✔ Set file permissions
✔ Node: node1
✔ Set file permissions
✔ Node: node2
✔ Set file permissions
✔ Node: node0
✔ Setup network nodes
✔ Finalize
Expand All @@ -308,13 +309,13 @@ Kubernetes Cluster : kind-solo
Kubernetes Namespace : solo
**********************************************************************************
✔ Initialize
✔ Check network pod: node0
✔ Check network pod: node1
✔ Check network pod: node2
✔ Check network pod: node0
✔ 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 @@ -516,9 +517,9 @@ Kubernetes Namespace : solo
✔ Gossip pem key for node: node2
✔ Generate gossip keys
✔ Backup old files
✔ TLS key for node: node2
✔ 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