You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/recover-space-etcd.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
meta:
3
-
title: Recovering ETCD Database space for a Kapsule/Kosmos cluster
4
-
description: Learn how to reclaim Database space for your Kubernetes Kapsule and Kosmos clusters to stay below your quota.
3
+
title: Recovering ETCD database space for a Kapsule/Kosmos cluster
4
+
description: Learn how to reclaim database space for your Kubernetes Kapsule and Kosmos clusters to stay below your quota.
5
5
content:
6
-
h1: Recovering ETCD Database space for a Kapsule/Kosmos cluster
7
-
paragraph: Learn how to reclaim Database space for your Kubernetes Kapsule and Kosmos clusters to stay below your quota.
6
+
h1: Recovering ETCD database space for a Kapsule/Kosmos cluster
7
+
paragraph: Learn how to reclaim database space for your Kubernetes Kapsule and Kosmos clusters to stay below your quota.
8
8
tags: kubernetes kapsule kosmos etcd
9
9
dates:
10
10
validation: 2025-04-01
@@ -40,7 +40,7 @@ This guide helps you to free up space on your database to avoid reaching this li
40
40
jobs batch/v1 true Job
41
41
[...]
42
42
```
43
-
look for resources with an external apiversion (not _v1_, _apps/v1_, _storage.k8s.io/v1_ or _batch/v1_ for example).
43
+
Look for resources with an external apiversion (not _v1_, _apps/v1_, _storage.k8s.io/v1_ or _batch/v1_ for example).
44
44
45
45
<Messagetype="note">
46
46
It is known that cluster with many nodes and with at least one GPU node may have a lot of _nodefeatures_ objects polluting their etcd space. We are working on a long-term fix but for now manually deleting these objects and downsizing the cluster (or upgrading to a dedicated offer with a bigger etcd quota) is the best solution.
0 commit comments