From f21bbc2fd4ced022168ea4410a7429aec4df0da1 Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 1 Dec 2021 13:17:33 +0100 Subject: [PATCH] extended update.sh doc --- doc/admin-server.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 ```