upd README.md
This commit is contained in:
parent
db04735df0
commit
12adeff316
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -73,8 +73,11 @@ fqdn: "myhostname.com"
|
||||||
node:
|
node:
|
||||||
ipv4: "192.168.56.123" # ip address
|
ipv4: "192.168.56.123" # ip address
|
||||||
echo: true # for demo reasons only - deploy an echo app
|
echo: true # for demo reasons only - deploy an echo app
|
||||||
|
```
|
||||||
|
|
||||||
# To add a grafana agent to your k3s installation add the following
|
To add a grafana agent to your k3s installation add the following to the config:
|
||||||
|
|
||||||
|
```yaml
|
||||||
grafana:
|
grafana:
|
||||||
user: "myusername" # username for the grafana data source
|
user: "myusername" # username for the grafana data source
|
||||||
password:
|
password:
|
||||||
|
@ -83,6 +86,13 @@ grafana:
|
||||||
cluster: "mycluster" # a cluster name of your choice
|
cluster: "mycluster" # a cluster name of your choice
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To provision the grafana agent only to an existing k8s system, ensure that the config (as above) is available and execute:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
provs-server.jar k3s myuser@myhost.com -o grafana
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Performing a system check
|
### Performing a system check
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue