From 553a702ca963d1cf2c43a8d92fb4c95af38e3b3b Mon Sep 17 00:00:00 2001 From: AYUSH SAHU Date: Tue, 29 Oct 2024 21:32:42 +0530 Subject: [PATCH] Added documentation about Fixed and unique domains (#5923) * Added text about the fixed and uniqueness of domains. Signed-off-by: AYUSH SAHU * improved the position of the info about domains Signed-off-by: AYUSH SAHU --------- Signed-off-by: AYUSH SAHU --- docs/user_guide/concepts/control_plane/domains.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/user_guide/concepts/control_plane/domains.rst b/docs/user_guide/concepts/control_plane/domains.rst index bb306924dd..878d8abc2f 100644 --- a/docs/user_guide/concepts/control_plane/domains.rst +++ b/docs/user_guide/concepts/control_plane/domains.rst @@ -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. \ No newline at end of file +We also use domains to disable launch plans and schedules from development and staging domains, since those features are typically meant for production deployments.