You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/07/08 10:53:00 UTC

[GitHub] [druid] oliverdding opened a new issue #11421: helm chart fix/update

oliverdding opened a new issue #11421:
URL: https://github.com/apache/druid/issues/11421


   ### Description
   
   As you can see, druid's helm chart was migrated from [incubator](https://github.com/helm/charts/tree/master/incubator/druid) which has been deprecated since Nov 13, 2020, and migration is not down yet, making it not easy to use.
   
   ### Motivation
   
   1. Remove licence comment at the beginning of k8s yaml file, which makes helm not deployable. [reference](https://stackoverflow.com/a/63383447/13760009).
   2. Remove sub-charts. Helm chart offered by official should include minimal dependency, and others should be tailored by user themself.
   3. Remove some configs of process. Example: `druid.processing.numMergeBuffers`. It's default value is `max(2, druid.processing.numThreads / 4)`, which is calculated in the code if user does not offer it, but in this chart it is given, which forces user to give a specific value.
   4. Move `druid.segmentCache.locations` default value to the mounted path.
   
   I would like to commit my fix to it, if permitted.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] asdf2014 commented on issue #11421: helm chart fix/update

Posted by GitBox <gi...@apache.org>.
asdf2014 commented on issue #11421:
URL: https://github.com/apache/druid/issues/11421#issuecomment-876522035


   Hi, @oliverdding. These are all excellent ideas, and I agree with you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org