Skip to content

Commit

Permalink
Drop note on budget schedules sometimes being in utc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Apr 19, 2024
1 parent 30baa2a commit 62e9840
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
6 changes: 1 addition & 5 deletions website/content/en/docs/concepts/disruption.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ spec:
#### Schedule
Schedule is a cronjob schedule. Generally, the cron syntax is five space-delimited values with options below, with additional special macros like `@yearly`, `@monthly`, `@weekly`, `@daily`, `@hourly`.
Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#writing-a-cronjob-spec) for more information on how to follow the cron syntax.
Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#writing-a-cronjob-spec) for more information on how to follow the cron syntax. Timezones are not currently supported. Schedules are always in UTC.
```bash
# ┌───────────── minute (0 - 59)
Expand All @@ -241,10 +241,6 @@ Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/worklo
# * * * * *
```
{{% alert title="Note" color="primary" %}}
Timezones are not supported. Most images default to UTC, but it is best practice to ensure this is the case when considering how to define your budgets.
{{% /alert %}}
#### Duration
Duration allows compound durations with minutes and hours values such as `10h5m` or `30m` or `160h`. Since cron syntax does not accept denominations smaller than minutes, users can only define minutes or hours.
Expand Down
6 changes: 1 addition & 5 deletions website/content/en/preview/concepts/disruption.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ spec:
#### Schedule
Schedule is a cronjob schedule. Generally, the cron syntax is five space-delimited values with options below, with additional special macros like `@yearly`, `@monthly`, `@weekly`, `@daily`, `@hourly`.
Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#writing-a-cronjob-spec) for more information on how to follow the cron syntax.
Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#writing-a-cronjob-spec) for more information on how to follow the cron syntax. Timezones are not currently supported. Schedules are always in UTC.
```bash
# ┌───────────── minute (0 - 59)
Expand All @@ -241,10 +241,6 @@ Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/worklo
# * * * * *
```
{{% alert title="Note" color="primary" %}}
Timezones are not supported. Most images default to UTC, but it is best practice to ensure this is the case when considering how to define your budgets.
{{% /alert %}}
#### Duration
Duration allows compound durations with minutes and hours values such as `10h5m` or `30m` or `160h`. Since cron syntax does not accept denominations smaller than minutes, users can only define minutes or hours.
Expand Down
6 changes: 1 addition & 5 deletions website/content/en/v0.35/concepts/disruption.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ spec:
#### Schedule
Schedule is a cronjob schedule. Generally, the cron syntax is five space-delimited values with options below, with additional special macros like `@yearly`, `@monthly`, `@weekly`, `@daily`, `@hourly`.
Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#writing-a-cronjob-spec) for more information on how to follow the cron syntax.
Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#writing-a-cronjob-spec) for more information on how to follow the cron syntax. Timezones are not currently supported. Schedules are always in UTC.
```bash
# ┌───────────── minute (0 - 59)
Expand All @@ -237,10 +237,6 @@ Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/worklo
# * * * * *
```
{{% alert title="Note" color="primary" %}}
Timezones are not supported. Most images default to UTC, but it is best practice to ensure this is the case when considering how to define your budgets.
{{% /alert %}}
#### Duration
Duration allows compound durations with minutes and hours values such as `10h5m` or `30m` or `160h`. Since cron syntax does not accept denominations smaller than minutes, users can only define minutes or hours.
Expand Down
6 changes: 1 addition & 5 deletions website/content/en/v0.36/concepts/disruption.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ spec:
#### Schedule
Schedule is a cronjob schedule. Generally, the cron syntax is five space-delimited values with options below, with additional special macros like `@yearly`, `@monthly`, `@weekly`, `@daily`, `@hourly`.
Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#writing-a-cronjob-spec) for more information on how to follow the cron syntax.
Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#writing-a-cronjob-spec) for more information on how to follow the cron syntax. Timezones are not currently supported. Schedules are always in UTC.
```bash
# ┌───────────── minute (0 - 59)
Expand All @@ -241,10 +241,6 @@ Follow the [Kubernetes documentation](https://kubernetes.io/docs/concepts/worklo
# * * * * *
```
{{% alert title="Note" color="primary" %}}
Timezones are not supported. Most images default to UTC, but it is best practice to ensure this is the case when considering how to define your budgets.
{{% /alert %}}
#### Duration
Duration allows compound durations with minutes and hours values such as `10h5m` or `30m` or `160h`. Since cron syntax does not accept denominations smaller than minutes, users can only define minutes or hours.
Expand Down

0 comments on commit 62e9840

Please sign in to comment.