We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The cadvisor container that forms part of the monitoring setup reports as unhealthy on CentOS 7. This could be due to not running the container as priviledged and having incorrect volumes mounted - see https://github.com/google/cadvisor/blob/master/docs/running.md#centos-fedora-and-rhel
priviledged
Run the install_monitoring playbook and check the status of the cadvisor container.
install_monitoring
The cadvisor container should not report its status as unhealthy.
unhealthy
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
drmatthews
No branches or pull requests
Bug Description
The cadvisor container that forms part of the monitoring setup reports as unhealthy on CentOS 7. This could be due to not running the container as
priviledged
and having incorrect volumes mounted - see https://github.com/google/cadvisor/blob/master/docs/running.md#centos-fedora-and-rhelSteps to Reproduce
Run the
install_monitoring
playbook and check the status of the cadvisor container.Acceptance Criteria
The cadvisor container should not report its status as
unhealthy
.Related Work Items
The text was updated successfully, but these errors were encountered: