Skip to content

Commit

Permalink
Update docs/flyte_agents/developing_agents.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Everett <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw and neverett authored Mar 28, 2024
1 parent bc17002 commit 71e1ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flyte_agents/developing_agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71e1ab6

Please sign in to comment.