From e3328aa6cb7abc46da9198f99b79d8537e04bf45 Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Mon, 21 Oct 2019 13:11:52 +0000 Subject: [PATCH] docs: add ephemeral feature note This adds a feature about how Talos is ephemeral. I feel this is important to get across to our users. Signed-off-by: Andrew Rynhard --- docs/website/pages/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/website/pages/index.vue b/docs/website/pages/index.vue index b8f6c3111..25a5af2af 100644 --- a/docs/website/pages/index.vue +++ b/docs/website/pages/index.vue @@ -148,6 +148,13 @@ traditional means such as a shell and SSH. +
+

Ephemeral

+
+ Talos runs in memory from a Squashfs, and persists nothing, + leaving the primary disk entirely to Kubernetes. +
+

Current