From ce81426ee4ccecc266340a2a991b4cad738d6cb7 Mon Sep 17 00:00:00 2001 From: rad-ci-bot Date: Thu, 28 May 2026 00:00:42 +0000 Subject: [PATCH] Autogenerate reference docs Signed-off-by: rad-ci-bot --- docs/content/reference/cli/rad_application_graph.md | 1 + docs/content/reference/cli/rad_application_status.md | 1 + docs/content/reference/cli/rad_install_kubernetes.md | 7 ++++++- docs/content/reference/cli/rad_workspace_create.md | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/content/reference/cli/rad_application_graph.md b/docs/content/reference/cli/rad_application_graph.md index b90741d29..d58dc46e0 100644 --- a/docs/content/reference/cli/rad_application_graph.md +++ b/docs/content/reference/cli/rad_application_graph.md @@ -33,6 +33,7 @@ rad app graph my-application -g, --group string The resource group name -h, --help help for graph -o, --output string output format (supported formats are json, table) (default "table") + --preview Use the Radius.Core preview implementation -w, --workspace string The workspace name ``` diff --git a/docs/content/reference/cli/rad_application_status.md b/docs/content/reference/cli/rad_application_status.md index 8808c6c5e..7a6bf6133 100644 --- a/docs/content/reference/cli/rad_application_status.md +++ b/docs/content/reference/cli/rad_application_status.md @@ -37,6 +37,7 @@ rad app status my-app --group my-group -g, --group string The resource group name -h, --help help for status -o, --output string output format (supported formats are json, table) (default "table") + --preview Use the Radius.Core preview implementation -w, --workspace string The workspace name ``` diff --git a/docs/content/reference/cli/rad_install_kubernetes.md b/docs/content/reference/cli/rad_install_kubernetes.md index 8914334da..9eeb8954b 100644 --- a/docs/content/reference/cli/rad_install_kubernetes.md +++ b/docs/content/reference/cli/rad_install_kubernetes.md @@ -15,7 +15,12 @@ Installs Radius onto a kubernetes cluster Install Radius in a Kubernetes cluster using the Radius Helm chart. By default 'rad install kubernetes' will install Radius with the version matching the rad CLI version. -Radius will be installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts/technical/architecture/ +Radius will be installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts#technical-architecture + +This command also ensures that a default resource group named 'default' and a default environment +named 'default' (using the 'default' Kubernetes namespace) exist so the cluster is immediately +ready to deploy applications. If either resource already exists, it is left unchanged; user +customizations are never overwritten, even with '--reinstall'. Overrides can be set by specifying Helm chart values with the '--set' flag. For more information visit https://docs.radapp.io/guides/operations/kubernetes/install/. diff --git a/docs/content/reference/cli/rad_workspace_create.md b/docs/content/reference/cli/rad_workspace_create.md index 834be7c96..2d80a9941 100644 --- a/docs/content/reference/cli/rad_workspace_create.md +++ b/docs/content/reference/cli/rad_workspace_create.md @@ -42,6 +42,7 @@ rad workspace create kubernetes -f, --force Overwrite existing workspace if present -g, --group string The resource group name -h, --help help for create + --preview Use the Radius.Core preview implementation -w, --workspace string The workspace name ```