diff --git a/examples/etcd.jsonnet b/examples/etcd.jsonnet index cb864f975489c48dab8952f46722b34468f71d57..cadf1b9e7c406e5a74e8616218aff774713f452a 100644 --- a/examples/etcd.jsonnet +++ b/examples/etcd.jsonnet @@ -21,7 +21,7 @@ local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + clientKey: importstr '/path-on-your-work-machine/etcd-client.key', 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', // TODO: enhance kube-prometheus-static-etcd.libsonnet to allow 'insecureSkipVerify: true' to be specified here (as an alternative to specifying a value for 'serverName').