Skip to content

Commit

Permalink
Updated README to mention cAdvisor requirement on 1.12 and higher
Browse files Browse the repository at this point in the history
cAdvisor was removed in 1.12 and as a result some of the metrics were failing to fetch with the default configuration. Installing cAdvisor as a Daemon Set and binding it to host port 4194 resolves this issue.

Credit to @DomHynes who worked with me on figuring this one out!
  • Loading branch information
matthaywardwebdesign authored Jul 27, 2019
1 parent 674a9d3 commit 4e06d91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ The purpose of this project is to provide a simple and interactive method to dep
* SMTP Account for email alerts
* Token for Slack alerts

#### Running Kubernetes 1.12 and up?
If you are running Kubernetes 1.12 or higher you will also need to run [cAdvisor](https://github.com/google/cadvisor/tree/master/deploy/kubernetes) on your cluster (bound to host port 4194) in order to access resource usage and performance characteristics of running containers.

## Pre-Deployment

Clone the repository and checkout the latest release: `curl -L https://git.io/getPrometheusKubernetes | sh -`
Expand Down

0 comments on commit 4e06d91

Please sign in to comment.