Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
v20.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jul 2, 2020
1 parent 914ffa1 commit 74b9158
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ Running as Docker container
$ kubectl proxy & # start proxy to your cluster (e.g. Minikube)
$ # run kube-resource-report and generate static HTML to ./output
$ docker run --rm -it --user=$(id -u) --net=host -v $(pwd)/output:/output hjacobs/kube-resource-report:20.7.2 /output
$ docker run --rm -it --user=$(id -u) --net=host -v $(pwd)/output:/output hjacobs/kube-resource-report:20.7.3 /output
**For macOS**:

.. code-block::
$ kubectl proxy --accept-hosts '.*' & # start proxy to your cluster (e.g. Minikube)
$ # run kube-resource-report and generate static HTML to ./output
$ docker run --rm -it -e CLUSTERS=http://docker.for.mac.localhost:8001 --user=$(id -u) -v $(pwd)/output:/output hjacobs/kube-resource-report:20.7.2 /output
$ docker run --rm -it -e CLUSTERS=http://docker.for.mac.localhost:8001 --user=$(id -u) -v $(pwd)/output:/output hjacobs/kube-resource-report:20.7.3 /output
--------------------
Application Registry
Expand Down Expand Up @@ -217,7 +217,7 @@ Reference the functions via ``{module-name}.{function-name}``, e.g. ``--map-pod-
Settings
--------

You can run ``docker run --rm hjacobs/kube-resource-report:20.7.2 --help`` to find out information.
You can run ``docker run --rm hjacobs/kube-resource-report:20.7.3 --help`` to find out information.

Besides this, you can also pass environment variables:

Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- name: kube-resource-report
# see https://github.com/hjacobs/kube-resource-report/releases
image: hjacobs/kube-resource-report:20.7.2
image: hjacobs/kube-resource-report:20.7.3
args:
- --update-interval-minutes=1
# this is just an example, e.g. for Minikube: assume 30 USD/month cluster costs
Expand Down
11 changes: 8 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kube_resource_report"
version = "20.7.2"
version = "20.7.3"
description = "Report Kubernetes cluster and pod resource requests vs usage and generate static HTML"
authors = ["Henning Jacobs <henning@jacobs1.de>"]

Expand Down

0 comments on commit 74b9158

Please sign in to comment.