Skip to content

Commit

Permalink
Upmerge to edge (#1232)
Browse files Browse the repository at this point in the history
* Update docs for v0.37.0

* Update index.md (#1203)

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Bump micromatch from 4.0.4 to 4.0.8 in /docs (#1210)

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Reshma Abdul Rahim <[email protected]>

* Remove codespaces and add link to k3d config  (#1201)

* Update index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Update docs/content/getting-started/index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Update index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Update index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Update index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Update docs/content/getting-started/index.md

Signed-off-by: Will <[email protected]>

---------

Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Will <[email protected]>
Co-authored-by: Will <[email protected]>

* Reverting some changes

Signed-off-by: ytimocin <[email protected]>

---------

Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Will <[email protected]>
Signed-off-by: ytimocin <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Will <[email protected]>
Co-authored-by: ytimocin <[email protected]>
  • Loading branch information
5 people authored Sep 13, 2024
1 parent be761e1 commit cf3894a
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 37 deletions.
5 changes: 3 additions & 2 deletions docs/content/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ This guide will show you how to quickly get started with Radius. You'll walk thr

{{< image src="diagram.png" alt="Diagram of the application and its resources" width="500px" >}}

<!-- commenting until we enable free minutes to try Codepaces
{{< alert title="🚀 Run in a <b>free</b> GitHub Codespace" color="primary" >}}
The Radius getting-started guide can be [run **for free** in a GitHub Codespace](https://github.blog/changelog/2022-11-09-codespaces-for-free-and-pro-accounts/). Visit the following link to get started in seconds:
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/radius-project/samples)
{{< /alert >}}
{{< /alert >}}-->

## 1. Have your Kubernetes cluster handy

Radius runs inside [Kubernetes]({{< ref "guides/operations/kubernetes" >}}). However you run Kubernetes, get a cluster ready.
> *If you don't have a preferred way to create Kubernetes clusters, you could try using [k3d](https://k3d.io/), which runs a minimal Kubernetes distribution in Docker.*
> *If you don't have a preferred way to create Kubernetes clusters, you could try using [k3d](https://k3d.io/), which runs a minimal Kubernetes distribution in Docker. Make sure to apply the [recommended configuration]({{< ref "guides/operations/kubernetes/overview##supported-kubernetes-clusters" >}}).*
Ensure your cluster is set as your current context:

Expand Down
10 changes: 5 additions & 5 deletions docs/content/guides/tooling/bicepconfig/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ The `bicepconfig.json` allows the Bicep compiler to consume and use Radius-types

## Author and deploy Radius-types

{{< alert title="Replace import statements with extension" color="warning" >}} Radius is now merged with the official Bicep. If you have bicep files with the following import statements, please replace them as needed.
{{< alert title="Replace import statements with extension" color="warning" >}} Radius is now merged with the Bicep. If you have bicep files with the following import statements, please replace them as needed.

1. `import radius as radius` should become `extension radius` to use Radius types
1. `import aws as aws` should become `extension aws` to use AWS types
1. `import kubernetes as kubernetes {}` should become `extension kubernetes with {} as kubernetes` to use Kubernetes types
1. Change `import radius as radius` to `extension radius`
1. Change `import aws as aws` to `extension aws`
1. Change `import kubernetes as kubernetes {}` to `extension kubernetes with {} as kubernetes`
{{< /alert >}}

Once you have a `bicepconfig.json` file in your application's directory, you can author and deploy Radius-types.

{{< rad file="snippets/app.bicep" embed=true >}}
{{< rad file="snippets/app.bicep" embed=true >}}
63 changes: 33 additions & 30 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf3894a

Please sign in to comment.