Commit fedd8da6 authored by Frederic Branczyk's avatar Frederic Branczyk Committed by Brian Brazil

kubernetes: api_server is optional, not a string (#654)

parent 56d95bf5
......@@ -594,7 +594,7 @@ See below for the configuration options for Kubernetes discovery:
# The API server addresses. If left empty, Prometheus is assumed to run inside
# of the cluster and will discover API servers automatically and use the pod's
# CA certificate and bearer token file at /var/run/secrets/kubernetes.io/serviceaccount/.
api_server: [<host>]
[ api_server: <host> ]
# The Kubernetes role of entities that should be discovered.
role: <role>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment