NetApp / trident

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

Feature Request: customize the trident orchestrator configuration options while using helm chart #858

Open radhika-pr opened 1 year ago

radhika-pr commented 1 year ago

In helm include options for configuring hostNetwork and https_port for trident-controller.

Trident helm chart now allows only limited options for customizing the configuration options of trident orchestrator. It would be nice to have the options to run the trident-controller deployment on host network when required and options to change the http port too.

An alternate solution we have tried is using tridentctl generate the manifests and use it for additional configuration changes.

clintonk commented 1 year ago

Hi, @radhika-pr. tridentctl is the preferred way to customize Trident to the extent you describe.

radhika-pr commented 1 year ago

@clintonk We are currently using manifest created by tridentctl. The addon is installed using Argocd+kustomize and it will be much cleaner to have helm chart for our setup.