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 b71bc25 commit bc17002
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 @@ -192,7 +192,7 @@ kubectl rollout restart deployment flytepropeller -n flyte
Agents can be deployed independently in separate environments. This decoupling of 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, developers and operators can thoroughly test and validate their agents in a
By running agents independently, you can thoroughly test and validate your agents in a
controlled environment before deploying them to the production cluster.

By default, all agent requests will be sent to the default agent service. However,
Expand Down

0 comments on commit bc17002

Please sign in to comment.