Skip to content

Commit d01a091

Browse files
rad-ci-botwilltsai
andauthored
Autogenerate reference docs (#1648)
Signed-off-by: rad-ci-bot <[email protected]> Co-authored-by: rad-ci-bot <[email protected]> Co-authored-by: Will <[email protected]>
1 parent 9efc17f commit d01a091

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/content/reference/cli/rad_install_kubernetes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Installs Radius onto a kubernetes cluster
1515
Install Radius in a Kubernetes cluster using the Radius Helm chart.
1616
By default 'rad install kubernetes' will install Radius with the version matching the rad CLI version.
1717

18-
Radius will be installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts/
18+
Radius will be installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts/technical/architecture/
1919

2020
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/.
2121

@@ -61,11 +61,11 @@ rad install kubernetes --set-string 'global.imagePullSecrets[0].name=azure-cred'
6161
# Install Radius with the intermediate root CA certificate in the current Kubernetes context
6262
rad install kubernetes --set-file global.rootCA.cert=/path/to/rootCA.crt
6363
64-
# Install Radius with zipkin server for distributed tracing
64+
# Install Radius with zipkin server for distributed tracing
6565
rad install kubernetes --set global.zipkin.url=http://localhost:9411/api/v2/spans
6666
6767
# Install Radius with central prometheus monitoring service
68-
rad install kubernetes --set global.prometheus.path=/customdomain.com/metrics,global.prometheus.port=443,global.rootCA.cert=/path/to/rootCA.crt
68+
rad install kubernetes --set global.prometheus.path=/customdomain.com/metrics,global.prometheus.port=443,global.rootCA.cert=/path/to/rootCA.crt
6969
7070
# Install Radius using a helmchart from specified file path
7171
rad install kubernetes --chart /root/radius/deploy/Chart

docs/content/reference/cli/rad_rollback_kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The rollback operation will:
3030
This command operates on the cluster associated with the active workspace.
3131
To rollback Radius in a different cluster, switch to the appropriate workspace first using 'rad workspace switch'.
3232

33-
Radius is installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts/
33+
Radius is installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts/technical/architecture/
3434

3535

3636
```
@@ -52,7 +52,7 @@ rad rollback kubernetes --revision 3
5252
# List available revisions without performing rollback
5353
rad rollback kubernetes --list-revisions
5454
55-
# Check which workspace is active
55+
# Check which workspace is active
5656
rad workspace show
5757
5858
# Switch to a different workspace before rolling back

docs/content/reference/cli/rad_upgrade_kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Preflight checks include:
2424
- Cluster resource availability
2525
- Custom configuration parameter validation
2626

27-
Radius is installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts/.
27+
Radius is installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts/technical/architecture/.
2828

2929

3030
```

0 commit comments

Comments
 (0)