Skip to content

Commit

Permalink
Merge pull request #30 from etopeter/release
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
etopeter authored Feb 24, 2019
2 parents f6f7a23 + aacd3dc commit 2d1277c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Krew makes update process very simple. To update to latest version run `kubectl
For Kubernetes 1.12 or newer:
```shell
mkdir -p ~/.kube/plugins/view-utilization && \
curl -sL https://github.com/etopeter/kubectl-view-utilization/releases/download/v0.1.4/kubectl-view-utilization-v0.1.4.tar.gz | tar xzvf - -C ~/.kube/plugins/view-utilization
curl -sL https://github.com/etopeter/kubectl-view-utilization/releases/download/v0.2.0/kubectl-view-utilization-v0.2.0.tar.gz | tar xzvf - -C ~/.kube/plugins/view-utilization
export PATH=$PATH:~/.kube/plugins/view-utilization/
```

Expand Down
2 changes: 1 addition & 1 deletion kubectl-view-utilization
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Prints cluster resource utilization


PLUGIN_VERSION="v0.1.4"
PLUGIN_VERSION="v0.2.0"
VIEW_UTILIZATION_NAMESPACE=""
VIEW_UTILIZATION_NODE_LABEL=""
VIEW_UTILIZATION_OUTPUT="text"
Expand Down

0 comments on commit 2d1277c

Please sign in to comment.