YvosOnTheHub

Results 9 comments of YvosOnTheHub

Hi take a look at this page: https://artifacthub.io/packages/helm/netapp-trident/trident-operator you can install trident through the following repo: `helm repo add netapp-trident https://netapp.github.io/trident-helm-chart` then the installation will be done with: `helm install...

Hi @shader1 , when configuring CERT backends with YAML, as far as I know, the correct process is the following: - create a Trident SECRET with the clientPrivateKey - create...

Hi @gnarl , if the _**exportPolicy**_ parameter is specified in a Trident backend, I would advise to also assign it to the FlexVol hosting the Qtrees with NAS-ECO driver. That...

Hi @magicite, When Trident implemented NVMe driver, the max length of subsystem that ONTAP used was 96 chars and that’s what Trident used. However, ONTAP has changed the max length...

Hi, the usual method to configure a backend is one in 2 steps. Here is an example: A secret where you store you credentials ``` apiVersion: v1 kind: Secret metadata:...

Hi @peleg2312 Block & RWX has been supported with Trident for several years already (though not very common outside of KubeVirt configurations) Here is the link that shows you the...

this would be entirely handled by the higher layers (the app), as the volume is mounted as a Raw Block Device in the case of KV, RWX is a requirement...

Hi to import a SAN_ECO volume, you can use the following example: ``` cat

I'am a bit confused - the import process failed - a PVC is in 'pending' state can you confirm that the PVC did not exist before trying to import the...