Skip to content

Commit

Permalink
Merge pull request #8 from rajatjindal/update-readme
Browse files Browse the repository at this point in the history
update readme file
  • Loading branch information
mhausenblas authored Feb 10, 2020
2 parents 431d866 + 0852439 commit a1823c4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ Meet `fleet`, a simple CLI tool that provides you with the status and configurat

```sh
$ kubectl fleet
CLUSTER VERSION NODES NAMESPACES API
mngbase.us-west-2.eksctl.io v1.14.8-eks-41be3d 2 5 https://123456789ABCDEF.gr7.us-west-2.eks.amazonaws.com
kind-mh9local v1.16.3 1 4 https://127.0.0.1:58836
CLUSTER VERSION NODES NAMESPACES PROVIDER API
kind-kind-3 v1.16.3 1/1 4 kind https://127.0.0.1:32769
test-cluster-2 v1.16.2 1/1 4 minikube https://192.168.64.4:8443
kind-test2 v1.16.3 1/1 4 kind https://127.0.0.1:32768
minikube v1.16.2 1/1 4 minikube https://192.168.64.3:8443
gke_krew-release-bot-260708_us-central1-a_standard-cluster-1 v1.15.8-gke.3 3/3 4 GKE https://104.197.42.183
do-sfo2-k8s-1-16-6-do-0-sfo2-1581265844177 v1.16.6 3/3 4 Digital Ocean https://f048f314-4f77-47c2-9264-764da91d35e0.k8s.ondigitalocean.com
```

Above, you see `fleet` used as a `kubectl` plugin, available via [krew](http://krew.dev/).
Expand Down

0 comments on commit a1823c4

Please sign in to comment.