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: docs/partials/embedded-cluster/_requirements.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
* At least 2GB of memory and 2 CPU cores
5
5
* Disk space requirements:
6
6
* The filesystem at `/var/lib/embedded-cluster` has 40Gi or more of total space
7
-
* The filesystem at `/var/lib/k0s` has 40Gi or more of total space and must be no more than 80% full
8
-
* The filesystem at `/var/openebs` has 5Gi or more of total space
9
-
* The filesystem at `/tmp` has 5Gi or more of total space
7
+
* The filesystem at `/var/lib/embedded-cluster/k0s` has 40Gi or more of total space and must be no more than 80% full
8
+
* The filesystem at `/var/lib/embedded-cluster/openebs-local` has 5Gi or more of total space
10
9
* (Online installations only) Access to replicated.app and proxy.replicated.com or your custom domain for each
11
10
* Embedded Cluster is based on k0s, so all k0s system requirements and external runtime dependencies apply. See [System requirements](https://docs.k0sproject.io/stable/system-requirements/) and [External runtime dependencies](https://docs.k0sproject.io/stable/external-runtime-deps/) in the k0s documentation.
Replicated does not support using symlinked directories for these locations. Instead, Replicated recommends bind mounts, which provide greater consistency across different applications, preserve the original directory permissions and ownership, and have less overhead compared to symlinks. For more information, see [Relocating data directories with bind mounts](https://community.replicated.com/t/relocating-data-directories-with-bind-mounts/1435) in Replicated Community.
5
15
:::
@@ -8,12 +18,11 @@ Replicated does not support using symlinked directories for these locations. Ins
8
18
9
19
- Used to store your installer
10
20
- Includes:
11
-
* Logs
12
21
* Temporary files
13
22
* Supporting binaries (for example, kubectl and Replicated’s preflight and support-bundle plugins)
14
23
- Should be large enough to fit at least 2 installer binaries
15
24
16
-
#### `/var/lib/k0s`
25
+
#### `/var/lib/embedded-cluster/k0s`
17
26
18
27
- Where the Kubernetes cluster runs
19
28
- Includes:
@@ -29,7 +38,7 @@ Replicated does not support using symlinked directories for these locations. Ins
29
38
- Calculation example:
30
39
If the sum of required storage for logs, images, and components is X GB, the total allocated space should be at least X / 0.85 GB to ensure it remains below 85% utilization.
31
40
32
-
#### `/var/openebs`
41
+
#### `/var/lib/embedded-cluster/openebs-local`
33
42
34
43
- Where PVC data is stored
35
44
- Needs enough storage to support all volumes used in your application
@@ -65,5 +74,6 @@ In addition to the primary directories above, Embedded Cluster creates directori
Copy file name to clipboardExpand all lines: docs/release-notes/rn-embedded-cluster.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ Released on August 23, 2024
277
277
278
278
### Bug Fixes {#bug-fixes-1-11-0}
279
279
280
-
* Fixes several issues that caused node resets to fail. Single-node clusters are no longer drained before being reset. Resets will no longer fail with the error `unable to get installation` if the installation failed early on. And node resets will now work if bind mounts are used for `/var/lib/embedded-cluster`, `/var/lib/k0s`, and `/var/openebs`.
280
+
* Fixes several issues that caused node resets to fail. Single-node clusters are no longer drained before being reset. Resets will no longer fail with the error `unable to get installation` if the installation failed early on. And node resets will now work if bind mounts are used for `/var/lib/embedded-cluster`, `/var/lib/embedded-cluster/k0s`, and `/var/lib/embedded-cluster/openebs-local`.
281
281
* Fixes an issue where preflight checks for `modprobe`, `mount`, and `unmount` in `PATH` did not use absolute paths.
282
282
* Fixes an issue where restoring did not work with S3-compatible object stores other than AWS S3.
0 commit comments