Clinton Knight
Clinton Knight
@pidreher is correct, this fix is available in 24.06. ONTAP-backed PVs (except Flexgroups) may be as small as 20 MiB, which is ONTAP's lower limit for Flexvols. PVCs smaller than...
Hi, @radhika-pr. `tridentctl` is the preferred way to customize Trident to the extent you describe.
This issue is addressed in Trident [25.10](https://github.com/NetApp/trident/releases/tag/v25.10.0).
This highlights what has always been a critical weakness of `gofumpt`, which is that its rules beyond `govet` are all or nothing. Most are subjective, and `gofumpt` just gets more...
>> Enabling extra rules is different Not really, since whether a rule is base or extra is itself subjective. But it's open source, and this is what forks are for...
The Trident controller is fault-tolerant by virtue of its running as a Deployment, so K8s will restart it after a node drain or any other disruption. The Deployment also uses...
Hello, @peleg2312. Not much you can do at present, but we're working on it!
@peleg2312, it's a non-trivial problem. There are some operations that may be parallelized, and others that must be prevented. And we have to build in limiters as well, as you...
@peleg2312 Trident has always been single-threaded, and there is little you can do until we fix that. Please understand we are working on this at high priority, and a solution...
Hi, @ergonben. You are correct that the schema-less nature of `TridentBackendConfig` is to accommodate [several backend types](https://github.com/NetApp/trident/blob/master/storage_drivers/types.go) whose definitions are all very different. They also change over time, making any...