This commit is contained in:
parent
102266ec76
commit
69f65616d8
57
README.md
57
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`
|
||||

|
||||
|
||||
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
|
||||
<br/>
|
||||
|
||||
### 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)
|
||||
<br/>
|
||||
|
||||
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
|
||||
<br/>
|
||||
|
||||
## **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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue