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

Commit

Permalink
v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Apr 14, 2019
1 parent e95fa9c commit 7687b30
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Kubernetes Resource Report
.. image:: https://travis-ci.org/hjacobs/kube-resource-report.svg?branch=master
:target: https://travis-ci.org/hjacobs/kube-resource-report
:alt: Travis CI Build Status

.. image:: https://coveralls.io/repos/github/hjacobs/kube-resource-report/badge.svg?branch=master;_=1
:target: https://coveralls.io/github/hjacobs/kube-resource-report?branch=master
:alt: Code Coverage
Expand Down Expand Up @@ -82,7 +82,7 @@ Running as Docker container
$ kubectl proxy & # start proxy to your cluster (e.g. Minikube)
$ # run kube-resource-report and generate static HTML to ./output (this trick does not work with Docker for Mac!)
$ docker run -it --user=$(id -u) --net=host -v $(pwd)/output:/output hjacobs/kube-resource-report:0.6 /output
$ docker run -it --user=$(id -u) --net=host -v $(pwd)/output:/output hjacobs/kube-resource-report:0.9 /output
--------------------
Expand Down
6 changes: 3 additions & 3 deletions deploy/deployment-with-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
labels:
application: kube-resource-report
version: v0.6
version: v0.9
name: kube-resource-report
spec:
replicas: 1
Expand All @@ -14,13 +14,13 @@ spec:
metadata:
labels:
application: kube-resource-report
version: v0.6
version: v0.9
spec:
serviceAccount: kube-resource-report
containers:
- name: kube-resource-report
# see https://github.com/hjacobs/kube-resource-report/releases
image: hjacobs/kube-resource-report:0.6
image: hjacobs/kube-resource-report:0.9
args:
- --update-interval-minutes=1
- "--pricing-file=/pricing-file/pricing.csv"
Expand Down
6 changes: 3 additions & 3 deletions deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
labels:
application: kube-resource-report
version: v0.6
version: v0.9
name: kube-resource-report
spec:
replicas: 1
Expand All @@ -14,13 +14,13 @@ spec:
metadata:
labels:
application: kube-resource-report
version: v0.6
version: v0.9
spec:
serviceAccount: kube-resource-report
containers:
- name: kube-resource-report
# see https://github.com/hjacobs/kube-resource-report/releases
image: hjacobs/kube-resource-report:0.6
image: hjacobs/kube-resource-report:0.9
args:
- --update-interval-minutes=1
# this is just an example, e.g. for Minikube: assume 30 USD/month cluster costs
Expand Down

0 comments on commit 7687b30

Please sign in to comment.