Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 02bfd5d

Browse files
committed
add TLS setting in readme
There is not details about fill out which val into TLS setting field. According to "How to configure cluster #35", add related info. Signed-off-by: Xiang Dai <xiang.dai@iluvatar.ai>
1 parent 6424c15 commit 02bfd5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ grafana-cli plugins install grafana-kubernetes-app
8383
...
8484
-----END CERTIFICATE-----
8585
```
86+
All TLS certs/keys are from .kube/config, need `base64 -d` to decode:
87+
88+
| field | comment |
89+
| ------ | ------ |
90+
| CA Cert | clusters.cluster.certificate-authority-data |
91+
| Client Cert | users.user.client-certificate-data |
92+
| Client Key | users.user.client-key-data |
8693
8794
4. Choose the Prometheus datasource that will be used for reading data in the dashboards.
8895

0 commit comments

Comments
 (0)