Make the Elasticsearch logging pods discover each other

This commit is contained in:
Satnam Singh
2015-05-08 13:48:51 -07:00
parent 7d620c20b9
commit 7cff506c93
7 changed files with 152 additions and 26 deletions

View File

@@ -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)
}