Update README.md

This commit is contained in:
Daniel Berteaud 2023-08-21 23:20:26 +02:00
parent eb00913adc
commit 4f9421f111
1 changed files with 6 additions and 2 deletions

View File

@ -1,11 +1,15 @@
# On TrueNAS # Democratic CSI using FreeNAS API
To have this running, you first need to configure your truenas scale
- Turn iSCSI service on - Turn iSCSI service on
- Create a portal and an initiator group (note their ID) - Create a portal and an initiator group (note their ID)
- Create an API key - Create an API key
# On the cluster Then, store the API key in vault
- Store the API key in vault - Store the API key in vault
``` ```
vault kv put kv/service/democratic-csi truenas_api_key=XXXXX vault kv put kv/service/democratic-csi truenas_api_key=XXXXX
``` ```