You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/01/09 05:58:31 UTC

[GitHub] [skywalking-kubernetes] innerpeacez commented on issue #38: 6.6.0-es6 and 6.6.0-es7

innerpeacez commented on issue #38: 6.6.0-es6 and 6.6.0-es7
URL: https://github.com/apache/skywalking-kubernetes/pull/38#issuecomment-572402481
 
 
    > 1. Why is the default es version 7 since the default docker image is 6? It might confuse the user.
   
   skywalking-es6 -> skywalking image 6.6.0-es6 and es 6
   skywalking-es7 -> skywalking image 6.6.0-es7 and es 7
   
   > 2. I found you created a new chart for es7, and copy most of the es6 codes into it. Can you merge them into a single chart? ES chart is using one chart to support 6 and 7, and I didn't find any difference in the two charts expect for image tags. If anything I missed, pls correct me.
   
   The helm stable repo does not support es7, so I use the es official chart library, but there is no way to denpendence on the chart to choose two dependence with name = elasticsearch, and an error will be returned.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services