From 12e20f9c47a45e0c9a23d2299fe86368502ce6c1 Mon Sep 17 00:00:00 2001 From: rad-ci-bot Date: Tue, 26 May 2026 18:26:02 +0000 Subject: [PATCH] Autogenerate reference docs Signed-off-by: rad-ci-bot --- docs/content/reference/cli/rad_install_kubernetes.md | 7 ++++++- docs/content/reference/cli/rad_workspace_create.md | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) 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 ```