mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 14:45:28 +00:00
Make the Elasticsearch logging pods discover each other
This commit is contained in:
@@ -134,7 +134,7 @@ func ClusterLevelLoggingWithElasticsearch(c *client.Client) {
|
||||
if !ok {
|
||||
Failf("No cluster_name field in Elasticsearch response: %v", esResponse)
|
||||
}
|
||||
if clusterName != "kubernetes_logging" {
|
||||
if clusterName != "kubernetes-logging" {
|
||||
Failf("Connected to wrong cluster %q (expecting kubernetes_logging)", clusterName)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user