While running the installation or update script. You can pass the following options to the script to configure the installation.
You may wish to specify the location of your kubeconfig file.
./update --kubeconfig $HOME/.kube/config./update.sh -- debugThe 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=yBoth 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.