upd README.md
This commit is contained in:
parent
85697f43f9
commit
d686349a68
1 changed files with 17 additions and 0 deletions
17
README.md
17
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
|
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
|
### Performing a system check
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue