From 4cce8df62d13f7929e8faab354218e72420273fc Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 31 Jul 2022 01:38:46 -0500 Subject: [PATCH] README: Add storage section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index de68c5b..ef5f5b8 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,14 @@ automatically launch worker nodes as Kubernetes pods. See [Jenkins Kubernetes Integration](jenkins/README.md) for details. [0]: https://plugins.jenkins.io/kubernetes/ + + +## Persistent Storage + +Persistent storage for pods is provided by [Longhorn][0]. Longhorn runs within +the cluster and provisions storage on worker nodes to make available to pods +over iSCSI. + +See [Persistent Storage Using Longorn](storage/README.md) for details. + +[0]: https://longhorn.io/