Skip to content

Commit

Permalink
fixing small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Feb 4, 2019
1 parent 6acd6c9 commit aefec2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ brew:
owner: robscott
name: homebrew-tap
folder: Formula
description: Reverse Lookup for Kubernetes RBAC
description: kube-capacity provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
test: |
system "#{bin}/kube-capacity version"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ example-node-2 tiller tiller-deploy 140m (14%) 180m (18%)
It's worth noting that utilization numbers from pods will likely not add up to the total node utilization numbers. Unlike request and limit numbers where node and cluster level numbers represent a sum of pod values, node metrics come directly from metrics-server and will likely include other forms of resource utilization.

## Kubernetes Configuration
If a `KUBECONFIG` environment variable is specified, rbac-lookup will attempt to use the config at that path, otherwise it will default to `~/.kube/config`.
If a `KUBECONFIG` environment variable is specified, kube-capacity will attempt to use the config at that path, otherwise it will default to `~/.kube/config`.

## Similar Projects
There are already some great projects out there that have similar goals.
Expand Down

0 comments on commit aefec2c

Please sign in to comment.