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
28 changes: 28 additions & 0 deletions .github/config/en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1354,3 +1354,31 @@ recipePacks
recipepacks
referencedBy
subscriptionId
AwsIrsa
AzureWI
BasicAuth
BicepConfigPropertiesRegistryAuthentications
BicepRegistryAuthentication
TerraformConfigPropertiesEnv
TerraformCredentialConfig
TerraformProviderDirect
TerraformProviderInstallation
TerraformProviderMirror
TerraformrcConfig
TerraformrcConfigCredentials
acr
authenticationMethod
awsIamRoleArn
azureWiClientId
azureWiTenantId
basicAuthSecretId
bicepConfig
bicepConfigs
bicepconfigs
networkMirror
providerInstallation
registryAuthentications
terraformConfig
terraformConfigs
terraformconfigs
terraformrc
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