Skip to content

Commit d52d1d2

Browse files
committed
update usage doc
1 parent 7ed6a42 commit d52d1d2

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

doc/USAGE.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ In order to be able to do that, make sure you have [krew installed](https://gith
99
$ kubectl krew install fleet
1010
```
1111

12-
Alternatively, for a version that is not yet updated and hence available in the [krew index](https://index.krew.dev/), you can install `fleet` from this repo as follows:
13-
14-
```sh
15-
$ git clone https://github.com/kubectl-plus/kcf.git && cd kcf
16-
17-
$ kubectl krew install --manifest=deploy/krew/fleet.yaml
18-
```
19-
2012
If the installation fails, check if `krew` is available on your local system
2113
and also, make sure you're using the most recent index (run `kubectl krew update`) to ensure this.
2214

@@ -35,9 +27,13 @@ To get an overview of your entire fleet, do:
3527

3628
```sh
3729
$ kubectl fleet
38-
CLUSTER VERSION NODES NAMESPACES API
39-
mngbase.us-west-2.eksctl.io v1.14.8-eks-41be3d 2 5 https://123456789ABCDEF.gr7.us-west-2.eks.amazonaws.com
40-
kind-mh9local v1.16.3 1 4 https://127.0.0.1:58836
30+
CLUSTER VERSION NODES NAMESPACES PROVIDER API
31+
kind-kind-3 v1.16.3 1/1 4 kind https://127.0.0.1:32769
32+
test-cluster-2 v1.16.2 1/1 4 minikube https://192.168.64.4:8443
33+
kind-test2 v1.16.3 1/1 4 kind https://127.0.0.1:32768
34+
minikube v1.16.2 1/1 4 minikube https://192.168.64.3:8443
35+
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
36+
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
4137
```
4238

4339
### Exploring clusters in the fleet

0 commit comments

Comments
 (0)