Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #5571

Merged
merged 3 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Flyte components are separated into 3 logical planes. The planes are summarized
| | It stores information such as current and past running workflows, and provides that information upon request. |
| | It also accepts requests to execute workflows, but offloads the work to the Data Plane. |
+-------------------+---------------------------------------------------------------------------------------------------------------+
| **Data Plane** | The sole responsibility of the the Data Plane is to fulfill workflows. |
| **Data Plane** | The sole responsibility of the Data Plane is to fulfill workflows. |
| | It accepts workflow requests from the Control Plane and guides the workflow to completion, |
| | launching tasks on a cluster of machines as necessary based on the workflow graph. |
| | It sends status events back to the control plane so the information can be stored and surfaced to end-users. |
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/configuration/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ This is especially true if you plan to use the Service Monitors provided by the

.. note::

By default, the ``ServiceMonitor`` is configured with a ``scrapeTimeout`` of 30s and and ``interval`` of 60s. You can customize these values if needed.
By default, the ``ServiceMonitor`` is configured with a ``scrapeTimeout`` of 30s and ``interval`` of 60s. You can customize these values if needed.

With the above configuration in place you should be able to import the dashboards in your Grafana instance.

2 changes: 1 addition & 1 deletion flytectl/docs/source/gen/flytectl_update_project.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading