Skip to content
Snippets Groups Projects
Commit c438b239 authored by Joshua Olson's avatar Joshua Olson
Browse files

kube-prometheus: another etcd.jsonnet commentary tweak

parent 7ac4da1f
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + ...@@ -21,7 +21,7 @@ local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') +
clientKey: importstr '/path-on-your-work-machine/etcd-client.key', clientKey: importstr '/path-on-your-work-machine/etcd-client.key',
clientCert: importstr '/path-on-your-work-machine/etcd-client.crt', clientCert: importstr '/path-on-your-work-machine/etcd-client.crt',
// A valid name for the certificate. // A valid name (DNS or Subject Alternative Name) for the etcd certificate.
serverName: 'etcd.my-cluster.local', serverName: 'etcd.my-cluster.local',
// TODO: enhance kube-prometheus-static-etcd.libsonnet to allow 'insecureSkipVerify: true' to be specified here (as an alternative to specifying a value for 'serverName'). // TODO: enhance kube-prometheus-static-etcd.libsonnet to allow 'insecureSkipVerify: true' to be specified here (as an alternative to specifying a value for 'serverName').
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment