You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: The 'Month' and 'Day of week' fields are case insensitive.
53
132
54
133
55
134
Cron schedules
56
135
--------------
57
-
An incorrect cron schedule expression leads to a failure in triggering the schedule. :ref:`Here <cron_expression_table>` is a table that shows the format of a cron expression.
136
+
An incorrect cron schedule expression leads to a failure in triggering the schedule. :ref:`Here <cron_expression>` is a table that shows the format of a cron expression.
58
137
59
138
Below is another example:
60
139
@@ -73,6 +152,8 @@ Below is another example:
73
152
)
74
153
75
154
155
+
.. _fixed_rate:
156
+
76
157
Fixed rate schedules
77
158
----------------------
78
159
Instead of cron schedules, fixed rate schedules can be used.
@@ -95,6 +176,7 @@ Below is an example with duration in `days`.
Copy file name to clipboardexpand all lines: docs/deployment/deployment/cloud_simple.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Flyte in on-premises infrastructure
120
120
***********************************
121
121
122
122
Sometimes, it's also helpful to be able to set up a Flyte environment in an on-premises Kubernetes environment or even on a laptop for testing and development purposes.
123
-
Check out `this community-maintained tutorial <https://github.com/davidmirror-ops/flyte-the-hard-way/blob/main/docs/on-premises/001-configure-local-k8s.md>`__ to learn how to setup the required dependencies and deploy the `flyte-binary` chart to a local Kubernetes cluster.
123
+
Check out `this community-maintained tutorial <https://github.com/davidmirror-ops/flyte-the-hard-way/blob/main/docs/on-premises/single-node/001-configure-single-node-k8s.md>`__ to learn how to setup the required dependencies and deploy the `flyte-binary` chart to a local Kubernetes cluster.
0 commit comments