extended update.sh doc

This commit is contained in:
jonas 2021-12-01 13:17:33 +01:00
parent f991b3ae45
commit f21bbc2fd4

View File

@ -43,10 +43,23 @@ There's also a bunch of default passwords you might want to change, some example
- TLU Harvester token - TLU Harvester token
- remote-desktop password - remote-desktop password
When you have made your changes just run When you have made your changes just run the following script to install and configure everything
``` ```
./update.sh ./update.sh
``` ```
all options for the update.sh script is avaiable with `update.sh -h`
```
./update.sh -h
Usage update.sh [options..]
-h,-?, --help Show help and exit
-s, --salt run a masterless salt-call
-y, --yes answer 'yes' on all questions
-t, --tools Install/update tools (kubectl, helm, etc)
-r, --rancher Install rancher server VM
--rmt-sync Sync database with SUSE Customer Center
--rmt-enable-products Enable all preconfigured repositories
--rmt-mirror Mirror repositories
```
If you make changes in your `salt/pillars/local.sls` you can run the following to apply them If you make changes in your `salt/pillars/local.sls` you can run the following to apply them
``` ```