From 71e1ab66028805fd153670cac13d303542941ab1 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Thu, 28 Mar 2024 11:30:49 -0700 Subject: [PATCH] Update docs/flyte_agents/developing_agents.md Co-authored-by: Nikki Everett Signed-off-by: Kevin Su --- docs/flyte_agents/developing_agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flyte_agents/developing_agents.md b/docs/flyte_agents/developing_agents.md index 206be8ea42..c9c627d588 100644 --- a/docs/flyte_agents/developing_agents.md +++ b/docs/flyte_agents/developing_agents.md @@ -189,7 +189,7 @@ kubectl rollout restart deployment flytepropeller -n flyte ### Canary Deployment -Agents can be deployed independently in separate environments. This decoupling of agents from the +Agents can be deployed independently in separate environments. Decoupling agents from the production environment ensures that if any specific agent encounters an error or issue, it will not impact the overall production system. By running agents independently, you can thoroughly test and validate your agents in a