diff --git a/doc/admin-server.md b/doc/admin-server.md index 7b29771..40ac03f 100644 --- a/doc/admin-server.md +++ b/doc/admin-server.md @@ -43,10 +43,23 @@ There's also a bunch of default passwords you might want to change, some example - TLU Harvester token - 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 ``` +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 ```