Skip to content

Commit 00b4387

Browse files
committed
feedback
1 parent b9ae9f4 commit 00b4387

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

docs/partials/embedded-cluster/_requirements.mdx

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,3 @@
99
* The filesystem at `/tmp` has 5Gi or more of total space
1010
* (Online installations only) Access to replicated.app and proxy.replicated.com or your custom domain for each
1111
* 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.
12-
* Additional directories and files created by the Embedded Cluster include:
13-
* /etc/cni
14-
* /etc/k0s
15-
* /opt/cni
16-
* /opt/containerd
17-
* /run/calico
18-
* /run/containerd
19-
* /run/k0s
20-
* /sys/fs/cgroup/kubepods
21-
* /sys/fs/cgroup/system.slice/containerd.service
22-
* /sys/fs/cgroup/system.slice/containerd.service
23-
* /sys/fs/cgroup/system.slice/k0scontroller.service
24-
* /sys/fs/cgroup/system.slice/k0scontroller.service
25-
* /tmp
26-
* /usr/libexec/k0s
27-
* /var/lib/calico
28-
* /var/lib/cni
29-
* /var/lib/containers
30-
* /var/lib/embedded-cluster
31-
* /var/lib/k0s
32-
* /var/lib/kubelet
33-
* /var/log/calico
34-
* /var/log/containers
35-
* /var/log/pods
36-
* /var/openebs
37-
* /usr/local/bin/k0s

docs/partials/embedded-cluster/_storage-reqs.mdx

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,30 @@ Replicated does not support using symlinked directories for these locations. Ins
4040
* If high availability is enabled, all controller nodes will have the same requirements because data will be replicated to all controller nodes.
4141

4242
#### `/tmp`
43-
- Temporary space during installation
43+
- Temporary space during installation
44+
45+
#### Additional Directories and Files
46+
47+
In addition to the primary directories above, Embedded Cluster creates directories and files in the following locations:
48+
49+
- /etc/cni
50+
- /etc/k0s
51+
- /opt/cni
52+
- /opt/containerd
53+
- /run/calico
54+
- /run/containerd
55+
- /run/k0s
56+
- /sys/fs/cgroup/kubepods
57+
- /sys/fs/cgroup/system.slice/containerd.service
58+
- /sys/fs/cgroup/system.slice/containerd.service
59+
- /sys/fs/cgroup/system.slice/k0scontroller.service
60+
- /sys/fs/cgroup/system.slice/k0scontroller.service
61+
- /usr/libexec/k0s
62+
- /var/lib/calico
63+
- /var/lib/cni
64+
- /var/lib/containers
65+
- /var/lib/kubelet
66+
- /var/log/calico
67+
- /var/log/containers
68+
- /var/log/pods
69+
- /usr/local/bin/k0s

0 commit comments

Comments
 (0)