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