Update DEFAULT_ISTIO_META_CLUSTER_ID (#10420)

This commit is contained in:
Albumen Kevin 2022-08-09 10:07:34 +08:00 committed by GitHub
parent 61d7389603
commit 87a776aa43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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://";