From c438b23991c74b9aab8faa898e74285f2419e002 Mon Sep 17 00:00:00 2001 From: Joshua Olson <joshua.olson.490@gmail.com> Date: Fri, 3 Aug 2018 08:50:29 -0500 Subject: [PATCH] kube-prometheus: another etcd.jsonnet commentary tweak --- examples/etcd.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/etcd.jsonnet b/examples/etcd.jsonnet index cb864f97..cadf1b9e 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'). -- GitLab