From 1b3ddd255a413201c4e40fd13beb2518b0237c1a Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:58:57 -0400 Subject: [PATCH] Add more k0s deps (#2601) --- docs/partials/embedded-cluster/_requirements.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/partials/embedded-cluster/_requirements.mdx b/docs/partials/embedded-cluster/_requirements.mdx index 807a6a5b9c..123f504c71 100644 --- a/docs/partials/embedded-cluster/_requirements.mdx +++ b/docs/partials/embedded-cluster/_requirements.mdx @@ -8,4 +8,4 @@ * 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 apply. See [System requirements](https://docs.k0sproject.io/stable/system-requirements/) in the k0s documentation. \ No newline at end of file +* 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. \ No newline at end of file