diff --git a/README.md b/README.md index cb3921b..89b0c2c 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,11 @@ fqdn: "myhostname.com" node: ipv4: "192.168.56.123" # ip address 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: user: "myusername" # username for the grafana data source password: @@ -83,6 +86,13 @@ grafana: 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