Skip to content
Open
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
19 changes: 13 additions & 6 deletions docs/content/reference/cli/rad_install_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading