Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ A plugin to access Kubernetes resource requests, limits, and usage.

## Install

`go get github.com/howardjohn/kubectl-resources`
You can download and install kubectl-resources from [release](https://github.com/howardjohn/kubectl-resources/releases/latest).

Also You can install kubectl-resources by `go get`:
``` shell
go get github.com/howardjohn/kubectl-resources
```

## Usage

Expand Down Expand Up @@ -63,4 +68,4 @@ kube-system 82m 1831m 3222m 1312Mi 1203Mi 2365Mi

## Known Issues

While init containers [play a role in resource allocation](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#resources), they are not accounted for in this tool.
While init containers [play a role in resource allocation](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#resources), they are not accounted for in this tool.