From d686349a6846c87a7417f50f9598c669053ecdf2 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Sun, 8 May 2022 20:43:56 +0200 Subject: [PATCH] upd README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 851acf7..cb3921b 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,23 @@ provs-server.jar k3s local provs-server.jar k3s myuser@myhost.com # using ssh-authentication - alternatively use option -p for password authentication ``` +For the remote server please configure a config file (default file name: server-config.yaml) +```yaml +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 +grafana: + user: "myusername" # username for the grafana data source + password: + source: "PLAIN" # PLAIN, GOPASS or PROMPT + parameter: "mypassword" # the password or api key for the grafana data source user + cluster: "mycluster" # a cluster name of your choice +``` + + ### Performing a system check ```bash