This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.1 by this push:
new 87a776aa43 Update DEFAULT_ISTIO_META_CLUSTER_ID (#10420)
87a776aa43 is described below
commit 87a776aa43cde816453af165ddd851843368bbff
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Aug 9 10:07:34 2022 +0800
Update DEFAULT_ISTIO_META_CLUSTER_ID (#10420)
---
.../main/java/org/apache/dubbo/registry/xds/istio/IstioConstant.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dubbo-xds/src/main/java/org/apache/dubbo/registry/xds/istio/IstioConstant.java
b/dubbo-xds/src/main/java/org/apache/dubbo/registry/xds/istio/IstioConstant.java
index 789f70bd10..d14aca0142 100644
---
a/dubbo-xds/src/main/java/org/apache/dubbo/registry/xds/istio/IstioConstant.java
+++
b/dubbo-xds/src/main/java/org/apache/dubbo/registry/xds/istio/IstioConstant.java
@@ -83,7 +83,7 @@ public class IstioConstant {
public final static String ISTIO_META_CLUSTER_ID_KEY =
"ISTIO_META_CLUSTER_ID";
- public final static String DEFAULT_ISTIO_META_CLUSTER_ID = "kubernetes";
+ public final static String DEFAULT_ISTIO_META_CLUSTER_ID = "Kubernetes";
public final static String SPIFFE = "spiffe://";