Skip to content

Update auto-generated documentation #1494

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

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
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 @@ -33,6 +33,9 @@ rad install kubernetes
# Install Radius with default settings in specified Kubernetes context
rad install kubernetes --kubecontext mycluster

# Install Radius without Contour ingress controller
rad install kubernetes --skip-contour-install

# Install Radius with overrides in the current Kubernetes context
rad install kubernetes --set key=value

Expand All @@ -56,12 +59,16 @@ rad install kubernetes --reinstall
### 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