058502
# config options for cAdvisor
058502
#
058502
#
058502
058502
# Docker endpoint to connect to
058502
# Default: unix:///var/run/docker.sock
058502
CADVISOR_DOCKER_ENDPOINT="unix:///var/run/docker.sock"
058502
058502
# Port to listen on
058502
# Default: 8080
058502
# kubernetes expects it on port 4194
058502
CADVISOR_PORT="4194"
058502
058502
# Samples
058502
# Number of samples to keep
058502
# Default: 1024
058502
CADVISOR_SAMPLES="1024"
058502
058502
# Storage driver
058502
# Default: none/blank
058502
#
058502
# Available Options:
058502
#  - [none]
058502
#  - bigquery
058502
#  - influxdb
058502
CADVISOR_STORAGE_DRIVER=""
058502
058502
# Storage driver host
058502
# Default: localhost:8086"
058502
CADVISOR_STORAGE_DRIVER_HOST="localhost:8086"
058502
058502
# Storage driver password
058502
# Default: root
058502
CADVISOR_STORAGE_DRIVER_PASSWORD="root"
058502
058502
# Storage driver secure connection
058502
# Default: false
058502
CADVISOR_STORAGE_DRIVER_SECURE="false"
058502
058502
# Storage driver user
058502
# Default: root
058502
CADVISOR_STORAGE_DRIVER_USER="root"
058502
058502
# Log to stderr (and thus to journal)
058502
# Default: false
058502
CADVISOR_LOG_TO_STDERR="true"