From 2fd69f09e79b5f5620e6557a85f95634f5c7b8ee Mon Sep 17 00:00:00 2001 From: rad-ci-bot Date: Fri, 10 Oct 2025 23:43:14 +0000 Subject: [PATCH] Autogenerate reference docs Signed-off-by: rad-ci-bot --- .../reference/cli/rad_install_kubernetes.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/content/reference/cli/rad_install_kubernetes.md b/docs/content/reference/cli/rad_install_kubernetes.md index 0a5bf4fcf..5d6411317 100644 --- a/docs/content/reference/cli/rad_install_kubernetes.md +++ b/docs/content/reference/cli/rad_install_kubernetes.md @@ -73,17 +73,24 @@ rad install kubernetes --chart /root/radius/deploy/Chart # Force re-install Radius with latest version rad install kubernetes --reinstall +# Install Radius with custom Terraform log level +rad install kubernetes --set global.terraform.loglevel=DEBUG + ``` ### 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