NetApp / trident

Storage orchestrator for containers
Apache License 2.0
759 stars 222 forks source link

Allow disabling autosupport or configuring resource requests #605

Open kcirrr opened 3 years ago

kcirrr commented 3 years ago

Describe the solution you'd like Currently it's possible to disable the autosupport telemetry, but does not disable the autosupport image. It would be great if it was possible to completely disable the autosupport image. Or at least make the memory resource requests configurable, it currently requests 1GB of memory.

Describe alternatives you've considered I'm installing the trident operator with Helm, i believe there is a way to use tridentctl to output yaml and edit this manually, but thtat's not really a great solution.

Additional context

kcirrr commented 2 years ago

Would be nice if someone could check this out.

Currently the memory limit is set to 1GB, but there's no request configured. Because of this, Kubernetes sets the requests equal to the memory limit. Having 1GB requested for something that's not (or almost never) used, is kind of a waste.