NetApp/trident

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

radhika-pr opened this issue · 2 comments

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.

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

@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.