hey, I deployed pinot on Kubernetes, is there a w...
# getting-started
c
hey, I deployed pinot on Kubernetes, is there a way to set Google Cloud Storage configs such as
pinot.controller.storage.factory.gs.projectId
on the server/controller during deployment or update these?
c
Yes it does help, I was going through that page, I was hoping there was a better way than going into the container and manually making changes. This could be cumbersome if there are many replicas. I was hoping to set the config when setting up the cluster.
k
I think you can set this in instanceconfig in ZK and nodes can load them at startup.. I have to confirm though