Skip to content

Commit

Permalink
Updated rad_install_kubernetes.md page with other arguments and ref l…
Browse files Browse the repository at this point in the history
…ink for installing radius with helmchart

Updated page for radius-project/radius#7968

Signed-off-by: ckansara16 <[email protected]>
  • Loading branch information
ckansara16 authored Oct 9, 2024
1 parent 31953ab commit c08786a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/content/reference/cli/rad_install_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ rad install kubernetes --set key=value
# Install Radius with the intermediate root CA certificate in the current Kubernetes context
rad install kubernetes --set-file global.rootCA.cert=/path/to/rootCA.crt
# Install Radius from radius helmchart
rad install kubernetes --chart /root/radius/deploy/Chart
# Re-install Radius with latest version
rad install kubernetes --reinstall
```

### Options
Expand All @@ -52,6 +58,10 @@ rad install kubernetes --set-file global.rootCA.cert=/path/to/rootCA.crt
--set-file stringArray Set values from files on the command line (can specify multiple or separate files with commas: key1=filename1,key2=filename2)
```

### Install Radius using Helm
* Install Radius version from Helmchart repository - [rad install using Helmchart](https://docs.radapp.io/guides/operations/kubernetes/install/#install-with-helm)


### Options inherited from parent commands

```
Expand Down

0 comments on commit c08786a

Please sign in to comment.