You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2021/11/14 06:16:40 UTC

[skywalking-showcase] branch es_cluster_yellow created (now 33892c1)

This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch es_cluster_yellow
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git.


      at 33892c1  Merge remote-tracking branch 'origin/main' into es_cluster_yellow

This branch includes the following new commits:

     new 91e91b1  Merge branch 'main' of https://github.com/apache/skywalking-showcase
     new 836f280  fix es cluster yellow if only one es replica.
     new 33892c1  Merge remote-tracking branch 'origin/main' into es_cluster_yellow

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-showcase] 03/03: Merge remote-tracking branch 'origin/main' into es_cluster_yellow

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch es_cluster_yellow
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git

commit 33892c1d3679ef0b4e787087be71cb604779b6da
Merge: 836f280 6afa571
Author: JaredTan95 <ji...@daocloud.io>
AuthorDate: Sun Nov 14 14:15:57 2021 +0800

    Merge remote-tracking branch 'origin/main' into es_cluster_yellow

 Makefile.in                                                   | 2 +-
 deploy/platform/docker/docker-compose.single-node.yaml        | 2 +-
 deploy/platform/kubernetes/feature-cluster/resources.yaml     | 2 +-
 deploy/platform/kubernetes/feature-single-node/resources.yaml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


[skywalking-showcase] 02/03: fix es cluster yellow if only one es replica.

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch es_cluster_yellow
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git

commit 836f280527f78960070789923593ce37456c52e4
Author: JaredTan95 <ji...@daocloud.io>
AuthorDate: Sun Nov 14 14:13:07 2021 +0800

    fix es cluster yellow if only one es replica.
---
 deploy/platform/kubernetes/feature-cluster/resources.yaml     | 2 ++
 deploy/platform/kubernetes/feature-single-node/resources.yaml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/deploy/platform/kubernetes/feature-cluster/resources.yaml b/deploy/platform/kubernetes/feature-cluster/resources.yaml
index f2dc205..212f9f4 100644
--- a/deploy/platform/kubernetes/feature-cluster/resources.yaml
+++ b/deploy/platform/kubernetes/feature-cluster/resources.yaml
@@ -205,6 +205,8 @@ spec:
               value: elasticsearch
             - name: SW_STORAGE_ES_CLUSTER_NODES
               value: elasticsearch:9200
+            - name: SW_STORAGE_ES_INDEX_REPLICAS_NUMBER
+              value: "0"
             - name: SW_TELEMETRY
               value: prometheus # @feature: so11y; expose the metrics of self o11y through prometheus
             - name: SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS
diff --git a/deploy/platform/kubernetes/feature-single-node/resources.yaml b/deploy/platform/kubernetes/feature-single-node/resources.yaml
index 5af8ad0..cbf50f8 100644
--- a/deploy/platform/kubernetes/feature-single-node/resources.yaml
+++ b/deploy/platform/kubernetes/feature-single-node/resources.yaml
@@ -155,6 +155,8 @@ spec:
               value: elasticsearch
             - name: SW_STORAGE_ES_CLUSTER_NODES
               value: elasticsearch:9200
+            - name: SW_STORAGE_ES_INDEX_REPLICAS_NUMBER
+              value: "0"
             - name: SW_TELEMETRY
               value: prometheus # @feature: so11y; expose the metrics of self o11y through prometheus
             - name: SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS

[skywalking-showcase] 01/03: Merge branch 'main' of https://github.com/apache/skywalking-showcase

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch es_cluster_yellow
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git

commit 91e91b121e0bd53a804fc4afddb9c8018a2bf7bb
Merge: d7cd767 7182566
Author: JaredTan95 <ji...@daocloud.io>
AuthorDate: Fri Nov 12 16:15:02 2021 +0800

    Merge branch 'main' of https://github.com/apache/skywalking-showcase