From 293d043d04a4a94c8ff82f207a17dc833192c3d2 Mon Sep 17 00:00:00 2001 From: AYUSH SAHU Date: Mon, 28 Oct 2024 03:48:55 +0530 Subject: [PATCH 1/2] Added text about the fixed and uniqueness of domains. Signed-off-by: AYUSH SAHU --- docs/user_guide/concepts/control_plane/domains.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/concepts/control_plane/domains.rst b/docs/user_guide/concepts/control_plane/domains.rst index bb306924dd..3d8a667fee 100644 --- a/docs/user_guide/concepts/control_plane/domains.rst +++ b/docs/user_guide/concepts/control_plane/domains.rst @@ -10,4 +10,4 @@ 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. Domains are fixed and unique at the global level. From 9c367e03587380c8468eab134d7ab2a233b0daed Mon Sep 17 00:00:00 2001 From: AYUSH SAHU Date: Tue, 29 Oct 2024 11:08:29 +0530 Subject: [PATCH 2/2] improved the position of the info about domains 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 3d8a667fee..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. Domains are fixed and unique at the global level. +We also use domains to disable launch plans and schedules from development and staging domains, since those features are typically meant for production deployments.