Skip to content

Commit

Permalink
Added the error string for gateway resources sharing names with other…
Browse files Browse the repository at this point in the history
… resources.

Signed-off-by: jasonviviano <[email protected]>
  • Loading branch information
jasonviviano committed Feb 9, 2024
1 parent 0a3749e commit 6814f8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/reference/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ See [app name constraints]({{< ref "resource-schema.md#common-values" >}}) for m

Deploying a Radius Application that contains a gateway resource and a container resource that share a name will result in an error being thrown during the deployment process.

```
Error - Type: IncludeError, Status: True, Reason: RootIncludesRoot, Message: root httpproxy cannot include another root httpproxy
```

As a workaround make sure to use distinct names for both containers and gateways.

## rad CLI
Expand Down

0 comments on commit 6814f8b

Please sign in to comment.