From 1cfa5bdda624efcff293cbf3a3a951b27ca21035 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Fri, 25 Oct 2024 08:49:08 -0400 Subject: [PATCH] chore: clean up warning --- install/command-line-arguments.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/install/command-line-arguments.md b/install/command-line-arguments.md index b6321ec..44100d4 100644 --- a/install/command-line-arguments.md +++ b/install/command-line-arguments.md @@ -2,14 +2,18 @@ While running the installation or update script, you can pass the following options to the script to configure the installation. -## Running with a Reverse Proxy (Not Recommended) +## Running with a Reverse Proxy -Running the ---reverse-proxy flag will remove SSL ingress, this is not recommended! +Running the ---reverse-proxy flag will remove SSL ingres ```bash --reverse-proxy ``` +:::danger +Running the ---reverse-proxy flag will remove SSL ingress, this is not recommended! +::: + ## Kubeconfig Location You may wish to specify the location of your kubeconfig file.