Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/content/reference/cli/rad_application_graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 1 addition & 0 deletions docs/content/reference/cli/rad_application_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
7 changes: 6 additions & 1 deletion docs/content/reference/cli/rad_install_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/.

Expand Down
1 change: 1 addition & 0 deletions docs/content/reference/cli/rad_workspace_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Loading