File tree Expand file tree Collapse file tree 2 files changed +2
-53
lines changed Expand file tree Collapse file tree 2 files changed +2
-53
lines changed Original file line number Diff line number Diff 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
2322Linux
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
2928Mac
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments