question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

az aks maintenanceconfiguration - Daylight Savings?

See original GitHub issue

Hi,

We would like to use AKS Maintenance Configurations to do maintenance between 02:00 and 04:00 in our local time zone (CET/CEST). However, we can only specify timeslots in UTC. Is there any guidance on how to do this?

Could we specify 2 separate MaintenanceConfigurations for the winter and summer, like so? Winter:

{
  "timeInWeek": [
    {
      "day": "Tuesday",
      "hour_slots": [
        1,
        2
      ]
    }
  ],
  "notAllowedTime": [
    {
      "start": "2022-03-27T00:00:00Z",
      "end": "2022-10-30T00:00:00Z"
    }
  ]
}

Summer:

{
  "timeInWeek": [
    {
      "day": "Tuesday",
      "hour_slots": [
        0,
        1
      ]
    }
  ],
  "notAllowedTime": [
     {
      "start": "2021-10-31T00:00:00Z",
      "end": "2022-03-27T00:00:00Z"
    },
    {
      "start": "2022-10-30T00:00:00Z",
      "end": "2023-03-26T00:00:00Z"
    }
  ]
}

Or would these cancel each other out?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
navba-MSFTcommented, Feb 15, 2022

@PehrGit Thanks for getting back. We will look into this and get back on this thread once we have an update.

@Azure/aks-pm Could you please look into this once you get a chance and provide an update on this ? Awaiting your reply.

0reactions
maartengocommented, Aug 16, 2022

@Azure/aks-pm can you give an update on the state of this issue? My team wanted to use this feature, but are running into the same problem of being unable to configure the timezone to avoid daylight saving issues.

Read more comments on GitHub >

github_iconTop Results From Across the Web

az aks maintenanceconfiguration | Microsoft Learn
The maintenance configuration json file. ... The start time of 1 hour window which maintenance is allowd. E.g. 1 means it's allowd between...
Read more >
Daylight saving time: How would Sunshine Protection Act ...
The act allows states either to change clocks to daylight saving time at a specified time and date or remain on standard time...
Read more >
Planned maintenance and auto-upgrade for AKS - StarWind
Microsoft is innovating and release this time a new feature, ... az aks maintenanceconfiguration add -g Starwind --cluster-name Starwind ...
Read more >
DTS 4138.timeserver - MOBATIME
Using MOBA-NMS and SNMP, the DTS 4148 can be fully operated and its configuration and system status can be requested. To maintain a...
Read more >
Genesys Info Mart Private Edition Guide - Genesys Multicloud CX
[date-time] and custom [date-time-*] configuration sections. The maintenance job automatically adjusts for special requirements such as daylight saving time ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found