Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add strong recommendation for portal-external tag #181

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/configuration/04-target-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ to discover the networks it should use, and the tags it looks for are `portal-in
`portal-external` for the internal and external networks respectively. These tags must be applied
by the cloud operator.

!!! tip

It is strongly recommended that you set the `portal-external` tag on an appropriate external network,
even if you only have one external network, to avoid issues if new external networks are added to the
cloud at a later date.

If it cannot find a tagged internal network, the default behaviour is for Azimuth to create an
internal network to use (and the corresponding router to attach it to the external network).

Expand Down