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

Commit a8817ee

Browse files
committed
clarify auth configuration for cluster
1 parent eb01a34 commit a8817ee

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,20 @@ grafana-cli plugins install grafana-kubernetes-app
7070

7171
1. Go to the Cluster List page via the Kubernetes app menu.
7272

73-
![Cluster List in main menu](https://github.com/grafana/kubernetes-app/blob/master/src/img/app-menu-screenshot.png?raw=true)
73+
![Cluster List in main menu](https://github.com/grafana/kubernetes-app/blob/master/src/img/app-menu-screenshot.png?raw=true)
7474

7575
2. Click the `New Cluster` button.
7676

7777
3. Fill in the Auth details for your cluster.
7878

79+
TLS certs/keys must be provided in plaintext, not base64 encoded form. For example:
80+
```
81+
-----BEGIN CERTIFICATE-----
82+
MIQWQtAEFeqqfAFeAEGEQWIGNwEQNFGQ4AEFN35AKWadgAENGqiEGNIWm1QETDGF
83+
...
84+
-----END CERTIFICATE-----
85+
```
86+
7987
4. Choose the Prometheus datasource that will be used for reading data in the dashboards.
8088
8189
6. Click `Deploy`. This will deploy a Node Exporter DaemonSet, to collect health metrics for every node, and a Deployment that collects cluster metrics.

0 commit comments

Comments
 (0)