Commit c8c6fe5d authored by beorn7's avatar beorn7

Kubernetes SD: Remove references to `in_cluster`

`in_cluster` doesn't exist anymore, and the comment for the
`api_server` config option already explains how in-cluster auth works.
parent 8380bfe7
......@@ -610,12 +610,10 @@ basic_auth:
# Optional bearer token authentication information.
[ bearer_token: <string> ]
# Optional bearer token file authentication information. If running in a pod,
# then it is best to use a service account and set in_cluster to true.
# Optional bearer token file authentication information.
[ bearer_token_file: <filename> ]
# TLS configuration. If running in a pod, then it is best to use a service
# account and set in_cluster to true.
# TLS configuration.
tls_config:
[ <tls_config> ]
```
......
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