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 2021/05/09 10:57:36 UTC

[GitHub] [skywalking] kezhenxu94 commented on issue #6919: Allow index name (SW_NAMESPACE) for elasticsearch index name when deploying from helm charts in kubernetes

kezhenxu94 commented on issue #6919:
URL: https://github.com/apache/skywalking/issues/6919#issuecomment-835781185


   @AmjadHussainSyed if you want to add namespace for the ElasticSearch indices created by SkyWalking, please use environment variable `oap.SW_NAMESPACE` to do so. For example:
   
   ```
   helm install skywalking skywalking \
     # ..... other options
     --set oap.env.SW_NAMESPACE=<your-namespace>
   ```
   
   I personally don't think it a good idea to default `SW_NAMESPACE` to "{{ .Release.Namespace }}" in the upstream so I don't think we want to set the following in the upstream repo, @wu-sheng WDYT?
   
   
   ```
   - name: SW_NAMESPACE
     value: "{{ .Release.Namespace }}"
   ```


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