From 69f65616d806f7dcccd1086819d4a3abba2dd7ac Mon Sep 17 00:00:00 2001 From: D1StrX Date: Fri, 24 Dec 2021 21:33:25 +0100 Subject: [PATCH] . --- README.md | 57 +++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c823bfb..f5fb624 100644 --- a/README.md +++ b/README.md @@ -259,40 +259,65 @@ ___ ``` Starting with TrueNAS CORE 12 it is also possible to use an `apiKey` instead of -the `root` password for the http connection. +the user/root password for the HTTP connection. +The `apiKey` can be generated by clicking on the `Settings icon` -> `API Keys` -> `ADD` +![image](https://user-images.githubusercontent.com/40062371/147371451-ff712de3-cce0-448e-b59f-29269179d2d6.png) -Issues to review: +Issues to review: +[ixsystems NAS-108519](https://jira.ixsystems.com/browse/NAS-108519) +[ixsystems NAS-108520](https://jira.ixsystems.com/browse/NAS-108520) +[ixsystems NAS-108521](https://jira.ixsystems.com/browse/NAS-108521) +[ixsystems NAS-108522](https://jira.ixsystems.com/browse/NAS-108522) +[ixsystems NAS-107219](https://jira.ixsystems.com/browse/NAS-107219) -- https://jira.ixsystems.com/browse/NAS-108519 -- https://jira.ixsystems.com/browse/NAS-108520 -- https://jira.ixsystems.com/browse/NAS-108521 -- https://jira.ixsystems.com/browse/NAS-108522 -- https://jira.ixsystems.com/browse/NAS-107219 +
-### ZoL (zfs-generic-nfs, zfs-generic-iscsi) +### **ZoL (zfs-generic-nfs, zfs-generic-iscsi)** +___ Ensure ssh and zfs is installed on the nfs/iscsi server and that you have installed `targetcli`. -- `sudo yum install targetcli -y` -- `sudo apt-get -y install targetcli-fb` + ``` + sudo yum install targetcli -y + ``` + ``` + sudo apt-get -y install targetcli-fb + ``` -### Synology (synology-iscsi) +
-Ensure iscsi manager has been installed and is generally setup/configured. +### **Synology (synology-iscsi)** +___ +Ensure iSCSI Manager has been installed and is generally setup/configured. -## Helm Installation +
+## **Helm Installation** +___ ``` helm repo add democratic-csi https://democratic-csi.github.io/charts/ +``` +``` helm repo update -# helm v2 +``` +### **helm v2** +___ +``` helm search democratic-csi/ +``` -# helm v3 +### **helm v3** +___ +``` helm search repo democratic-csi/ +``` +Copy proper values file from the examples: +[API without SSH](#API-without-SSH) +[API with SSH](#API-with-SSH) -# copy proper values file from https://github.com/democratic-csi/charts/tree/master/stable/democratic-csi/examples +``` +# # edit as appropriate # examples are from helm v2, alter as appropriate for v3