Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize: add guide to install kubectl-resources #159

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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.