FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 58fd1979 authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

move cluster maintenance window

To avoid GMT/BST issues, move the maintenance window from 4-8AM UTC to
2-5AM UTC.

Closes #11
parent c1a7d54a
No related branches found
No related tags found
No related merge requests found
Pipeline #28955 passed
......@@ -79,8 +79,8 @@ resource "google_container_cluster" "cluster" {
maintenance_policy {
recurring_window {
recurrence = "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR,SA,SU"
end_time = "2020-01-28T08:00:00Z"
start_time = "2020-01-28T04:00:00Z"
end_time = "2020-01-28T05:00:00Z"
start_time = "2020-01-28T02:00:00Z"
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment