Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 855 Bytes

File metadata and controls

31 lines (21 loc) · 855 Bytes

Command Line Arguments

While running the installation or update script. You can pass the following options to the script to configure the installation.

Kubeconfig Location

You may wish to specify the location of your kubeconfig file.

./update --kubeconfig $HOME/.kube/config

Debug mode

./update.sh -- debug

Non-interactive answers

The installer asks whether your DNS is managed by Cloudflare and whether traffic reaches the panel through a proxy. Pass either answer up front to skip the prompt:

./install.sh --cloudflare=y --reverse-proxy=y

Both accept y/n (1/0). --reverse-proxy=y sets REVERSE_PROXY=true. Use it for Nginx, the Cloudflare proxy, or a Cloudflare Tunnel. Answers are stored in INSTALL_DIR/.5stack-env.config.