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

Commit 81752a1

Browse files
committed
grunt previous commit
1 parent a8817ee commit 81752a1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

dist/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Grafana Kubernetes App allows you to monitor your Kubernetes cluster's perfo
5959
1. Use the grafana-cli tool to install kubernetes from the commandline:
6060

6161
```
62-
grafana-cli plugins install kubernetes-app
62+
grafana-cli plugins install grafana-kubernetes-app
6363
```
6464

6565
2. Restart your Grafana server.
@@ -70,12 +70,20 @@ grafana-cli plugins install 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)