From 8768ec060425c0b6c8ec36a2996597ffc7d4c5ee Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Fri, 14 Mar 2025 10:44:27 +0100 Subject: [PATCH] add maintenance message --- euroccgcs/custom/fleet.yaml | 5 +++++ juniq/custom/fleet.yaml | 6 +++--- jupyterjsc/custom/fleet.yaml | 6 +++--- nfdigeneral/custom/fleet.yaml | 6 +++--- portalgauss/custom/fleet.yaml | 4 ++-- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/euroccgcs/custom/fleet.yaml b/euroccgcs/custom/fleet.yaml index a6773daa..903a4164 100644 --- a/euroccgcs/custom/fleet.yaml +++ b/euroccgcs/custom/fleet.yaml @@ -32,6 +32,11 @@ helm: syslog: enabled: true level: 10 + customConfig: + announcement: + show: true + title: "Upcoming Maintenance: 20 Mar 2025, 08:30 - 18:30" + body: "All running JupyterLabs will be stopped during this maintenance." targetCustomizations: - name: jupyter-stag clusterSelector: diff --git a/juniq/custom/fleet.yaml b/juniq/custom/fleet.yaml index 66ecd099..a4985895 100644 --- a/juniq/custom/fleet.yaml +++ b/juniq/custom/fleet.yaml @@ -19,9 +19,9 @@ helm: fullnameOverride: juniq-custom customConfig: announcement: - show: false - title: "Infrastructure Issues Notice" - body: "We are experiencing problems with the underlying infrastructure, which may result in slow website loading and difficulties during the startup process." + show: true + title: "Upcoming Maintenance: 20 Mar 2025, 08:30 - 18:30" + body: "All running JupyterLabs will be stopped during this maintenance." services: JupyterLab: defaultOption: "4.2-juniq" diff --git a/jupyterjsc/custom/fleet.yaml b/jupyterjsc/custom/fleet.yaml index 551f8ce3..93c8c405 100644 --- a/jupyterjsc/custom/fleet.yaml +++ b/jupyterjsc/custom/fleet.yaml @@ -25,9 +25,9 @@ helm: outpostKubeJSCCloud: pollInterval: 180 announcement: - show: false - title: "Infrastructure Issues Notice" - body: "We are experiencing problems with the underlying infrastructure, which may result in slow website loading and difficulties during the startup process." + show: true + title: "Upcoming Maintenance: 20 Mar 2025, 08:30 - 18:30" + body: "All running JupyterLabs will be stopped during this maintenance." services: JupyterLab: "4.3": diff --git a/nfdigeneral/custom/fleet.yaml b/nfdigeneral/custom/fleet.yaml index cf6d88ad..9be59462 100644 --- a/nfdigeneral/custom/fleet.yaml +++ b/nfdigeneral/custom/fleet.yaml @@ -38,9 +38,9 @@ helm: outpostKubeJSCCloud: pollInterval: 180 announcement: - show: false - title: "Infrastructure Issues Notice" - body: "We are experiencing problems with the underlying infrastructure, which may result in slow website loading and difficulties during the startup process." + show: true + title: "Upcoming Maintenance: 20 Mar 2025, 08:30 - 18:30" + body: "All running JupyterLabs will be stopped during this maintenance." services: defaultOption: "4.2" systems: diff --git a/portalgauss/custom/fleet.yaml b/portalgauss/custom/fleet.yaml index 455e4549..3abc3f2e 100644 --- a/portalgauss/custom/fleet.yaml +++ b/portalgauss/custom/fleet.yaml @@ -38,8 +38,8 @@ helm: defaultOption: lrz announcement: show: true - title: "Infrastructure Issues Notice" - body: "We are experiencing problems with the underlying infrastructure, which may result in slow website loading and difficulties during the startup process." + title: "Upcoming Maintenance: 20 Mar 2025, 08:30 - 18:30" + body: "All running JupyterLabs will be stopped during this maintenance." systems: - JSC-Cloud - LRZ -- GitLab