From 7ffc3775b94e8f6ab58b13a72ccaa932ef0478c3 Mon Sep 17 00:00:00 2001 From: Will <28876888+willtsai@users.noreply.github.com> Date: Thu, 20 Jun 2024 08:22:04 -0700 Subject: [PATCH] upmerge v0.34 to edge (#1144) * Update docs for v0.33.0 * update gh to ado sync workflow to use service principals (#1118) * Update docs for v0.32.0 * Update environment logic (#1097) Signed-off-by: Aaron Crawfis * Superbeeny/adding podspec secrets (#1100) * Adding example on how to access secrets and add them to the container environment Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> * Adding code tabs where the commands differ between linux/windows Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Will <28876888+willtsai@users.noreply.github.com> Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> * Updates requested from PR review Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> * nit: add a new line for spacing aesthetics Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> --------- Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> Co-authored-by: Will <28876888+willtsai@users.noreply.github.com> * Make env configurable (#1102) Signed-off-by: Reshma Abdul Rahim Co-authored-by: Will <28876888+willtsai@users.noreply.github.com> * fix(bug): Update index.md (#1113) * fix(bug): Update index.md Fixed a bug in the cleanup script. The command `rad app delete demo -y` results in this output: `Application 'demo' does not exist or has already been deleted.` The command should be: `rad app delete -y` The output will be: `Application first-app deleted` Signed-off-by: Loek Duys * Update docs/content/getting-started/index.md Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> --------- Signed-off-by: Loek Duys Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> * Fix broken link in faq (#1112) * fix broken link in index.md Signed-off-by: Dan Moseley * Update index.md Signed-off-by: Dan Moseley * Update docs/content/concepts/faq/index.md Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> --------- Signed-off-by: Dan Moseley Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> * update gh to ado sync workflow to use service principals Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * add Connections crosslinks to Existing app tutorial (#1103) * add Connections crosslinks to Existing app tutorial Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * add more crosslinks Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> --------- Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * Update config.toml Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> --------- Signed-off-by: Aaron Crawfis Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> Signed-off-by: Reshma Abdul Rahim Signed-off-by: Loek Duys Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Signed-off-by: Dan Moseley Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> Co-authored-by: Radius CI Bot Co-authored-by: Aaron Crawfis Co-authored-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Co-authored-by: Loek Duys Co-authored-by: Dan Moseley * Update index.md (#1121) Fixed typo `-resource-group myResourceGroup` into `--resource-group myResourceGroup` (added missing `-`) Signed-off-by: Loek Duys * add new logo types (#1122) Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * Add CNCF website guidelines (#1123) * Add copyrights Signed-off-by: Reshma Abdul Rahim * Add trademark Signed-off-by: Reshma Abdul Rahim * Add trademark Signed-off-by: Reshma Abdul Rahim --------- Signed-off-by: Reshma Abdul Rahim * Update docs for v0.34.0 * Update command to view deployed container in tutorial (#1128) * Update command to view deployed container in tutorial Signed-off-by: Filipe Revez * Fixed another wrong rad app connections command Signed-off-by: Filipe Revez --------- Signed-off-by: Filipe Revez * fix ado sync workflow (#1130) Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * Revert "Merge branch 'v0.33' into v0.34" (#1133) This reverts commit bfba3f38f808e07c6917adc78610a73e82ecb3fa, reversing changes made to e36f280d28dc2fa2b30917d574bb1cb55feba21d. * fix dead links in contribution guide (#1135) Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * Rename app connections (#1129) Signed-off-by: Reshma Abdul Rahim * revert changes Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> --------- Signed-off-by: Aaron Crawfis Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> Signed-off-by: Reshma Abdul Rahim Signed-off-by: Loek Duys Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Signed-off-by: Dan Moseley Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> Signed-off-by: Filipe Revez Co-authored-by: Radius CI Bot Co-authored-by: Aaron Crawfis Co-authored-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com> Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Co-authored-by: Loek Duys Co-authored-by: Dan Moseley Co-authored-by: Filipe Revez <77700764+filipevrevez@users.noreply.github.com> --- docs/content/contributing/overview/index.md | 4 ++-- .../containers/howto-connect-dependencies/index.md | 2 +- docs/content/tutorials/new-app/index.md | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/content/contributing/overview/index.md b/docs/content/contributing/overview/index.md index 4e0a0c339..8b7f84d98 100644 --- a/docs/content/contributing/overview/index.md +++ b/docs/content/contributing/overview/index.md @@ -29,8 +29,8 @@ Check out the following table to learn where and how you can contribute: | Repository | Description | Contribution guides | |------------|-------------|---------------------| -| **Radius** | Main repository that contains source code for [`rad` CLI]((https://github.com/radius-project/radius/blob/main/docs/contributing/contributing-code/contributing-code-cli/running-rad-cli.md)), [control plane]((https://github.com/radius-project/radius/blob/main/docs/contributing/contributing-code/contributing-code-control-plane/README.md)) and other components of Radius | [radius-project/radius](https://github.com/radius-project/radius/blob/main/CONTRIBUTING.md)| | **Docs** | Documentation for Radius | [radius-project/docs]({{< ref contributing-docs>}})| -| **Recipes** | Commonly used [Recipe](https://docs.radapp.io/recipes) templates for Radius Environments | [radius-project/recipes](https://github.com/radius-project/recipes/blob/main/CONTRIBUTING.md) |(https://github.com/radius-project/recipes/blob/main/CONTRIBUTING.md) | +| **Radius** | Main repository that contains source code for [`rad` CLI](https://github.com/radius-project/radius/blob/main/docs/contributing/contributing-code/contributing-code-cli/README.md), [control plane](https://github.com/radius-project/radius/blob/main/docs/contributing/contributing-code/contributing-code-control-plane/README.md) and other components of Radius | [radius-project/radius](https://github.com/radius-project/radius/blob/main/CONTRIBUTING.md)| +| **Recipes** | Commonly used [Recipe]({{< ref "guides/recipes/overview">}}) templates for Radius Environments | [radius-project/recipes](https://github.com/radius-project/recipes/blob/main/CONTRIBUTING.md) | | **Dashboard** | The frontend experience for Radius |[radius-project/dashboard](https://github.com/radius-project/dashboard/blob/main/CONTRIBUTING.md) | | **Bicep** | Temporary fork of the [Bicep repo](https://github.com/azure/bicep) used to inject the Radius types into the Bicep language. Contains both the Bicep CLI and the Bicep VS Code extension. | [radius-project/bicep](https://github.com/radius-project/bicep/blob/radius-compiler/CONTRIBUTING.md) | diff --git a/docs/content/guides/author-apps/containers/howto-connect-dependencies/index.md b/docs/content/guides/author-apps/containers/howto-connect-dependencies/index.md index 54e22b152..ed13989f6 100644 --- a/docs/content/guides/author-apps/containers/howto-connect-dependencies/index.md +++ b/docs/content/guides/author-apps/containers/howto-connect-dependencies/index.md @@ -51,7 +51,7 @@ Connections from a container to a resource result in environment variables for c Radius Connections are more than just environment variables and configuration. You can also access the "application graph" and understand the connections within your application with the following command: ```bash -rad app connections -a demo +rad app graph -a demo ``` You should see the following output, detailing the connections between the `demo` container and the `db` Redis cache, along with information about the underlying Kubernetes resources running the app: diff --git a/docs/content/tutorials/new-app/index.md b/docs/content/tutorials/new-app/index.md index c5f26c471..24e8920f1 100644 --- a/docs/content/tutorials/new-app/index.md +++ b/docs/content/tutorials/new-app/index.md @@ -132,10 +132,10 @@ Radius Applications are where all your app's resources and relationships come to demo Applications.Core/containers ``` -1. Run `rad app connections` again to see the container you just deployed: +1. Run `rad app graph` again to see the container you just deployed: ```bash - rad app connections + rad app graph ``` You should see the container you just deployed, along with the underlying Kubernetes resources that were created to run it: @@ -262,10 +262,10 @@ In addition to containers, you can add dependencies like Redis caches, Dapr Stat 1. Press CTRL+C to terminate the port-forward and log stream. -1. Run `rad app connections` again to see the new dependency: +1. Run `rad app graph` again to see the new dependency: ```bash - rad app connections + rad app graph ``` You should see the container and Mongo database you just deployed, along with the underlying Kubernetes resources that were created to run them: