We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edf5d6 commit df80d7eCopy full SHA for df80d7e
parts/linux/cloud-init/artifacts/aks-hosts-setup.timer
@@ -5,8 +5,8 @@ Before=localdns.service
5
[Timer]
6
# Run immediately on boot
7
OnBootSec=0
8
-# Run 5 minutes after the last activation (AKS critical FQDN IPs don't change frequently)
9
-OnUnitActiveSec=5min
+# Run 15 minutes after the last activation (AKS critical FQDN IPs don't change frequently)
+OnUnitActiveSec=15min
10
# Timer accuracy (how much systemd can delay)
11
AccuracySec=1s
12
# Add randomization to avoid thundering herd if multiple nodes boot simultaneously
0 commit comments