Skip to content

Commit

Permalink
Fix doc links in kubernetes install command docs (#7849)
Browse files Browse the repository at this point in the history
# Description

Fix incorrect doc links in kubernetes install command docs

## Type of change

<!--

Please select **one** of the following options that describes your
change and delete the others. Clearly identifying the type of change you
are making will help us review your PR faster, and is used in authoring
release notes.

If you are making a bug fix or functionality change to Radius and do not
have an associated issue link please create one now.

-->

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: radius-project/docs#1204

---------

Signed-off-by: Reshma Abdul Rahim <reshmarahim.abdul@microsoft.com>
Signed-off-by: Vishwanath Hiremath <vhiremath@microsoft.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: ytimocin <ytimocin@microsoft.com>
Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com>
Signed-off-by: nithyatsu <nithyasu@microsoft.com>
Signed-off-by: Brooke Hamilton <brooke@azuredev.io>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: Nithya Subramanian <98416062+nithyatsu@users.noreply.github.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Signed-off-by: Shruthi Kumar <shruthikumar2401@gmail.com>
Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
Signed-off-by: SoTrxII <11771975+SoTrx@users.noreply.github.com>
Signed-off-by: Will Smith <willdavsmith@gmail.com>
Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com>
Co-authored-by: Vishwanath Hiremath <100623239+vishwahiremat@users.noreply.github.com>
Co-authored-by: Lakshmi Javadekar <103459615+lakshmimsft@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yetkin Timocin <ytimocin@microsoft.com>
Co-authored-by: Nithya Subramanian <98416062+nithyatsu@users.noreply.github.com>
Co-authored-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Co-authored-by: Brooke Hamilton <brooke@azuredev.io>
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
Co-authored-by: Will Smith <willdavsmith@gmail.com>
Co-authored-by: Karishma Chawla <kachawla@microsoft.com>
Co-authored-by: Shruthi Kumar <shruthikumar@microsoft.com>
Co-authored-by: Will <28876888+willtsai@users.noreply.github.com>
Co-authored-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
Co-authored-by: Vishwanath Hiremath <vhiremath@microsoft.com>
Co-authored-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com>
  • Loading branch information
16 people authored Aug 30, 2024
1 parent 940792c commit 28fb22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cli/cmd/install/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ func NewCommand(factory framework.Factory) (*cobra.Command, framework.Runner) {
Long: `Install Radius in a Kubernetes cluster using the Radius Helm chart.
By default 'rad install kubernetes' will install Radius with the version matching the rad CLI version.
Radius will be installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts/architecture/
Radius will be installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts/technical/architecture/
Overrides can be set by specifying Helm chart values with the '--set' flag. For more information visit https://docs.radapp.io/operations/platforms/kubernetes/install/.
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/.
`,
Example: `# Install Radius with default settings in current Kubernetes context
rad install kubernetes
Expand Down

0 comments on commit 28fb22c

Please sign in to comment.