Skip to content

Commit c02482e

Browse files
committed
Update instructions for 0.1.5 install
1 parent 5edbdbb commit c02482e

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ kubeSize is a kubernetes CLI plugin to easily aggregate sizing and capacity data
66

77
- [Install](#install)
88
- [Download](#download)
9-
- [Krew](#krew)
109
- [Compile](#compile)
1110
- [Usage](#usage)
1211
- [Cluster](#cluster)
@@ -23,31 +22,13 @@ kubeSize is a kubernetes CLI plugin to easily aggregate sizing and capacity data
2322
Linux
2423

2524
```console
26-
curl -L https://github.com/akrzos/kubeSize/releases/download/v0.1.4/kubeSize_0.1.4_Linux_x86_64.tar.gz | tar xvz -C /usr/local/bin kubectl-capacity
25+
curl -L https://github.com/akrzos/kubeSize/releases/download/v0.1.5/kubeSize_0.1.5_Linux_x86_64.tar.gz | tar xvz -C /usr/local/bin kubectl-capacity
2726
```
2827

2928
Mac
3029

3130
```console
32-
curl -L https://github.com/akrzos/kubeSize/releases/download/v0.1.4/kubeSize_0.1.4_macOS_x86_64.tar.gz | tar xvz - -C /usr/local/bin kubectl-capacity
33-
```
34-
35-
### Krew
36-
37-
If you have [krew](https://krew.sigs.k8s.io/) installed, you can install this plugin with the krew plugin yaml.
38-
39-
```console
40-
$ kubectl krew install --manifest-url=https://raw.githubusercontent.com/akrzos/kubeSize/main/deploy/krew/capacity.yaml
41-
Updated the local copy of plugin index.
42-
Installing plugin: capacity
43-
Installed plugin: capacity
44-
\
45-
| Use this plugin:
46-
| kubectl capacity
47-
| Documentation:
48-
| https://github.com/akrzos/kubeSize
49-
/
50-
$ kubectl capacity
31+
curl -L https://github.com/akrzos/kubeSize/releases/download/v0.1.5/kubeSize_0.1.5_macOS_x86_64.tar.gz | tar xvz - -C /usr/local/bin kubectl-capacity
5132
```
5233

5334
### Compile

deploy/krew/capacity.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)