Skip to content

open get.jenkins.io maintenance operation #457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/issues/2023-04-19-get.jenkins.io-incident.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ section: issue
---

[Update]
Triggering a node pool image OS upgrade to recycle volume mounts. Expect a 4-5 minutes outage on the LDAP conenction (e.g. authentication on issues.jenkins.io and (.*)ci.jenkins.io)
Triggering a node pool image OS upgrade to recycle volume mounts. Expect a 4-5 minutes outage on the LDAP connection (e.g. authentication on issues.jenkins.io and (.*)ci.jenkins.io)

[Initial message]
The mirror redirector service (get.jenkins.io) is slow and may responds HTTP/502 errors on some requests as reported by a user at 7:32am UTC - <https://github.com/jenkins-infra/helpdesk/issues/3525>.
Expand Down
31 changes: 31 additions & 0 deletions content/issues/2024-01-08-get-jenkins-io-maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: get.jenkins.io maintenance
date: 2024-01-08T15:15:00-00:00
resolved: false
# resolvedWhen: 2024-01-08T16:30:00-00:00
# Possible severity levels: down, disrupted, notice
severity: disrupted
affected:
- fallback.get.jenkins.io
- get.jenkins.io
- mirrors.jenkins-ci.org
- mirrors.jenkins.io
section: issue
---

Monday January 8 2024, starting at 15:15 UTC, we'll proceed to a maintenance on the service `get.jenkins.io` hosted in the `publick8s` Azure Kubernetes cluster.

The following services will be slower to respond or even might be disrupted:

- get.jenkins.io (Jenkins download redirection to mirrors)
- mirrors.jenkins-ci.org (Jenkins download redirection to mirrors)
- mirrors.jenkins.io (Jenkins download redirection to mirrors)
- fallback.get.jenkins.io

The goal is to change the helm chart use to deploy the service from the legacy `mirrorbits` to the new `mirrorbits-parent` to benefit from:

- Apache running in `arm64` Linux systems (cheaper)
- Readonly filesystem for shared data (safety)
- Same features as the current updates-jenkins-io service (maintenance and sustainability)

More details in: https://github.com/jenkins-infra/helpdesk/issues/3828