Skip to content

Commit 6c0c893

Browse files
committed
Apply requested changes. Remove Emojis from headers.
1 parent 80a8a3f commit 6c0c893

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/services/kubernetes/kubernetes-upgrades.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
To maintain a secure, stable, and supported platform, we regularly upgrade our Kubernetes clusters. We use **[RKE2](https://docs.rke2.io/)** as our Kubernetes distribution.
55

6-
## 🔄 Upgrade Flow
6+
## Upgrade Flow
77

88
**Phased Rollout**
99

@@ -16,7 +16,7 @@ To maintain a secure, stable, and supported platform, we regularly upgrade our K
1616
- Timing may depend on compatibility with **other infrastructure components** (e.g., storage, CNI plugins, monitoring tools).
1717
- However, all clusters will be upgraded **before the current Kubernetes version reaches End of Life (EOL)**.
1818

19-
## ⚠️ Upgrade Impact
19+
## Upgrade Impact
2020

2121
The **impact of a Kubernetes upgrade can vary**, depending on the nature of the changes involved:
2222

@@ -32,7 +32,7 @@ The **impact of a Kubernetes upgrade can vary**, depending on the nature of the
3232

3333
??? Note "Applications that follow cloud-native best practices (e.g., readiness probes, multiple replicas, graceful shutdown handling) are **less likely to be impacted** by upgrades."
3434

35-
## What You Can Expect
35+
## What You Can Expect
3636

3737
- Upgrades are performed using safe, tested procedures with minimal risk to production workloads.
3838
- TDS clusters serve as a **canary environment**, allowing us to identify issues early.

docs/services/kubernetes/node-updates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
To ensure the **security** and **stability** of our infrastructure, CSCS will perform **monthly OS updates** on all nodes of our Kubernetes clusters.
55

6-
## 🔄 Maintenance Schedule
6+
## Maintenance Schedule
77

88
- **Frequency**: Every **first week of the month**
99
- **Reboot Window**: **Monday to Friday**, between **09:00 and 15:00**
@@ -13,15 +13,15 @@ These updates include important security patches and system updates for the oper
1313

1414
??? Note "Nodes will be rebooted only if required by the updates."
1515

16-
## 🚨 Urgent Security Patches
16+
## Urgent Security Patches
1717

1818
In the event of a **critical zero-day vulnerability**, we will apply patches and perform reboots (if required) **as soon as possible**, outside of the regular update schedule if needed.
1919

2020
- Affected nodes will be updated **immediately** to protect the platform.
2121
- Users will be notified ahead of time **when possible**.
2222
- Standard safety and rolling reboot practices will still be followed.
2323

24-
## 🛠️ Reboot Management with Kured
24+
## Reboot Management with Kured
2525

2626
We use [**Kured** (KUbernetes REboot Daemon)](https://github.com/kubereboot/kured) to safely automate the reboot process. Kured ensures that:
2727

@@ -30,7 +30,7 @@ We use [**Kured** (KUbernetes REboot Daemon)](https://github.com/kubereboot/kure
3030
- Reboots occur **only during the defined window**
3131
- Nodes are **cordoned**, **drained**, and **gracefully reintegrated** after reboot.
3232

33-
## Application Requirements
33+
## Application Requirements
3434

3535
To avoid service disruption during node maintenance, applications **must be designed for high availability**. Specifically:
3636

0 commit comments

Comments
 (0)