Skip to content

Releases: m-lab/epoxy-images

Weekly release

28 Jan 18:05
46eb60a
Compare
Choose a tag to compare
  • Populates /etc/systemd/journald.conf for the benefit of fluentd
  • Updates fix-hung-shim.sh to support multiple hung containerd-shim processes.

Weekly release

02 Dec 16:32
7bd2ecd
Compare
Choose a tag to compare

Updates:

  • CoreOS v2247.7.0
  • Kubernetes v1.15.6
  • CNI plugin v0.8.3

Weekly release

18 Nov 17:22
7edd637
Compare
Choose a tag to compare
  • Re-enable TSO

Weekly release

07 Nov 16:18
1498bcf
Compare
Choose a tag to compare
  • Upgrades CoreOS and k8s components to more recent versions.
  • Reconfigures iPXE retry logic to use a shorter delay between retries, and to reboot the machine after max retries has been reached (instead of falling back to a shell).

Weekly release

28 Oct 17:49
27b3c7c
Compare
Choose a tag to compare
  • Add drac.ipv4 to the stage1 kernel arguments.
  • Add periodic job and timer for cron-like jobs.
    • Currently the only periodic job is one looking for hung/stuck host containerd-shim processes.
  • Add authorized_keys for root user to stage1 images for a fallback login in case the DRAC is inaccessible and the stage1 boot fails for some reason.
  • Configure basic DRAC settings during stage1 boot (user, passwd, IPv4 configs).

Build images for site HKG01

30 Sep 19:38
32aea7b
Compare
Choose a tag to compare
v1.3.4

Removes the 2nd IPv6 DNS nameserver entry. systemd is complaining abo…

Builds images for DEL02 and MAA02

10 Sep 17:59
32aea7b
Compare
Choose a tag to compare
v1.3.3

Removes the 2nd IPv6 DNS nameserver entry. systemd is complaining abo…

Removes 2nd IPv6 DNS nameserver + builds several images

09 Sep 18:07
32aea7b
Compare
Choose a tag to compare

Adding a 2nd IPv6 DNS nameserver (for a total of 4 (2 IPv4 + 2 IPv6)) was causing systemd-resolved to complain about too many configured nameservers, and kubectl too. This release removes the 2nd IPv6 nameserver.

This release should also build updated images for GRU04 and TRN02, both of which have the same IPv4 subnet, but updated IPv6 prefixes.

Builds images for new site VIE02

04 Sep 20:54
ac6d857
Compare
Choose a tag to compare

VIE01 is becoming VIE02 due to a change in the IPv6 prefix for VIE01 from TOP-IX.

Introduces separate builds for stage1 and stage3 artifacts

03 Sep 17:53
ac6d857
Compare
Choose a tag to compare

This release introduces separate builds for stage1 and stage3 artifacts. Now, building stage3 artifacts (which is fast) is done in its own build, and building stage1 artifacts (very slow) happens separately. The reason for this is that often changes we make to the epoxy-images repository only change stage3 artifacts, and having to wait literally hours for identical stage1 artifacts to build blocks progress.