Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated rad_install_kubernetes.md page with other arguments and ref link for installing radius with helmchart #1254

Closed
wants to merge 1 commit into from
Closed
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
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
Loading