What Trident backend configuration is required for creating NVE and NAE volumes
- Views:
- 357
- Visibility:
- Public
- Votes:
- 0
- Category:
- trident-kubernetes
- Specialty:
- cloud
- Last Updated:
- 7/9/2024, 3:38:02 PM
Applies to
- Astra Trident
- NetApp Aggregate Encryption (NAE)
- NetApp Volume Encryption (NVE)
Answer
- To create NVE volumes, configure Trident backend with
"encryption": "true"
Note: To create NVE volume on NAE aggregate, use Astra Trident 22.10 or later - To create NAE volumes, Trident backend should be configured with
"encryption": ""
- Note: After making any configuration change to the Trident backend, the backend should be updated one of 3 ways:
- Bounce (delete) the trident-controller pod
- tridentctl update backend <backend-name> -n trident -f <backend.json>
- kubectl edit tbc <tbc-name> ; change the encryption parameter and save the file.
Additional Information
- Trident Storage Configuration Options
- How Astra Trident works with NVE and NAE
- Configure NetApp Volume Encryption overview
- To create NVE volume on NAE aggregate, use 22.10 or later.