Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion docs/partials/embedded-cluster/_requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,30 @@
* The filesystem at `/var/openebs` has 5Gi or more of total space
* The filesystem at `/tmp` has 5Gi or more of total space
* (Online installations only) Access to replicated.app and proxy.replicated.com or your custom domain for each
* 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.
* 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.
* Additional directories and files created by the Embedded Cluster include:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any action that the user needs to take @emosbaugh or was this just informational?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just information. We have a few directories listed below this with longer explanations. I would remove those directories from this list (e.g., /var/lib/embedded-cluster) and take the remaining directories and tack them on after the directories below. Something like "the following directories are also created" and just list them without explanations.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

* /etc/cni
* /etc/k0s
* /opt/cni
* /opt/containerd
* /run/calico
* /run/containerd
* /run/k0s
* /sys/fs/cgroup/kubepods
* /sys/fs/cgroup/system.slice/containerd.service
* /sys/fs/cgroup/system.slice/containerd.service
* /sys/fs/cgroup/system.slice/k0scontroller.service
* /sys/fs/cgroup/system.slice/k0scontroller.service
* /tmp
* /usr/libexec/k0s
* /var/lib/calico
* /var/lib/cni
* /var/lib/containers
* /var/lib/embedded-cluster
* /var/lib/k0s
* /var/lib/kubelet
* /var/log/calico
* /var/log/containers
* /var/log/pods
* /var/openebs
* /usr/local/bin/k0s
Loading