hendrikland

Results 33 comments of hendrikland

*ping* It would be really nice if this works without already having access to a k8s cluster. The typical use case for `tridentctl images` is to get the required images...

I agree that updated docs would be a great starting point. I also agree that enabling systemd services is a bit out of scope for Trident. But I realize my...

Just a few thoughts on potential ways to address this, maybe it helps... The number of inodes is tied to the volume size, with a default of one inode per...

No, just edit the NOTES.txt (that is displayed after deploying Trident via Helm). It feels a bit outdated, given that tridentctl is no longer be the only/preferred way to manage...

I don't know about the exact details of that Jenkins pipeline. But wouldn't it be easier to deploy Trident without tridentctl, e.g. Helm or straight YAML manifests?

Just a few observations that might be helpful: - The YAML (merged_manifests.yml) defines a PV as well as a PVC. If you want to use dynamic provisioning, you only specify...

NFS would always run on TCP (UDP usage with NFS has been stopped decades ago). No need to specify it explicitly. Also, I've never seen the "rwx" NFS mount option,...

This is in part related to how FSxN (or Ontap in general) works. By default, the source volume and its clone will have a connection between them, making the clone...

Just for understanding, are any snapshots taken (either in K8s or directly in Ontap)? In any case, the snapshotReserve parameter of the backend can be used to make the hosting...

I guess one of the challenges is that K8s itself does not have any way to enforce read-only access. Even the ReadOnlyMany (ROX) access mode of a PVC does not...