diff --git a/docs/content/reference/cli/rad_install_kubernetes.md b/docs/content/reference/cli/rad_install_kubernetes.md index 1e6fda89b..ef0391657 100644 --- a/docs/content/reference/cli/rad_install_kubernetes.md +++ b/docs/content/reference/cli/rad_install_kubernetes.md @@ -33,6 +33,9 @@ rad install kubernetes # Install Radius with default settings in specified Kubernetes context rad install kubernetes --kubecontext mycluster +# Install Radius without Contour ingress controller +rad install kubernetes --skip-contour-install + # Install Radius with overrides in the current Kubernetes context rad install kubernetes --set key=value @@ -56,12 +59,16 @@ rad install kubernetes --reinstall ### Options ``` - --chart string Specify a file path to a helm chart to install Radius from - -h, --help help for kubernetes - --kubecontext string The Kubernetes context to use, will use the default if unset - --reinstall Specify to force reinstallation of Radius - --set stringArray Set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2) - --set-file stringArray Set values from files on the command line (can specify multiple or separate files with commas: key1=filename1,key2=filename2) + --chart string Specify a file path to a helm chart to install Radius from + --contour-chart string Specify a local file path to a helm chart to install Contour from + --contour-set stringArray Set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2) + --contour-set-file stringArray Set values from files on the command line (can specify multiple or separate files with commas: key1=filename1,key2=filename2) + -h, --help help for kubernetes + --kubecontext string The Kubernetes context to use, will use the default if unset + --reinstall Specify to force reinstallation of Radius + --set stringArray Set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2) + --set-file stringArray Set values from files on the command line (can specify multiple or separate files with commas: key1=filename1,key2=filename2) + --skip-contour-install Install Contour ingress controller (enabled by default) ``` ### Options inherited from parent commands