Skip to content

Commit

Permalink
Added documentation about Fixed and unique domains (#5923)
Browse files Browse the repository at this point in the history
* Added text about the fixed and uniqueness of domains.

Signed-off-by: AYUSH SAHU <[email protected]>

* improved the position of the info about domains

Signed-off-by: AYUSH SAHU <[email protected]>

---------

Signed-off-by: AYUSH SAHU <[email protected]>
  • Loading branch information
Murdock9803 authored Oct 29, 2024
1 parent 13b3d82 commit 553a702
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/user_guide/concepts/control_plane/domains.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ Domains

.. tags:: Basic, Glossary

Domains provide an abstraction to isolate resources and feature configuration for different
deployment environments.
Domains are fixed and unique at the global level, and provide an abstraction to isolate resources and feature configuration for different deployment environments.

For example: We develop and deploy Flyte workflows in development, staging, and production. We configure Flyte domains with those names, and specify lower resource limits on the development and staging domains than production domains.

We also use domains to disable launch plans and schedules from development and staging domains, since those features are typically meant for production deployments.
We also use domains to disable launch plans and schedules from development and staging domains, since those features are typically meant for production deployments.

0 comments on commit 553a702

Please sign in to comment.