From dc908dfbf3fbf01fdd281e503c5d2104f2cb5526 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 25 Oct 2024 00:21:22 +0200 Subject: [PATCH] chore(website): add initial csi pages for nfs and smb (now that they are removed from clustertool defaults) --- website/src/content/docs/clustertool/csi/nfs.md | 14 ++++++++++++++ website/src/content/docs/clustertool/csi/smb.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 website/src/content/docs/clustertool/csi/nfs.md create mode 100644 website/src/content/docs/clustertool/csi/smb.md diff --git a/website/src/content/docs/clustertool/csi/nfs.md b/website/src/content/docs/clustertool/csi/nfs.md new file mode 100644 index 000000000000..a579e9aaaad8 --- /dev/null +++ b/website/src/content/docs/clustertool/csi/nfs.md @@ -0,0 +1,14 @@ +--- +title: csi-driver-nfs +--- + +:::caution[Work In Progress] + +This program, all its features and its general design, are all a Work-In-Progress. It is not done and not widely available. + +All code and docs are considered Pre-Beta drafts + +::: + +csi-driver-nfs is used to provision static and dynamic storage. +It can be used as an alternative to democratic CSI and is compatible with TrueCharts integrated NFS/SMB csi options for easily adding and storing credentials diff --git a/website/src/content/docs/clustertool/csi/smb.md b/website/src/content/docs/clustertool/csi/smb.md new file mode 100644 index 000000000000..ad2b11838398 --- /dev/null +++ b/website/src/content/docs/clustertool/csi/smb.md @@ -0,0 +1,14 @@ +--- +title: csi-driver-smb +--- + +:::caution[Work In Progress] + +This program, all its features and its general design, are all a Work-In-Progress. It is not done and not widely available. + +All code and docs are considered Pre-Beta drafts + +::: + +csi-driver-smb is used to provision static and dynamic storage. +It can be used as an alternative to democratic CSI and is compatible with TrueCharts integrated NFS/SMB csi options for easily adding and storing credentials