fix typo in cluster

This commit is contained in:
halfcrazy
2018-02-01 03:16:39 +08:00
committed by zhuyan
parent 230726ffbe
commit 9b64650311
11 changed files with 11 additions and 11 deletions

View File

@@ -86,7 +86,7 @@ func main() {
serviceName = "elasticsearch-logging"
}
// Look for endpoints associated with the Elasticsearch loggging service.
// Look for endpoints associated with the Elasticsearch logging service.
// First wait for the service to become available.
for t := time.Now(); time.Since(t) < 5*time.Minute; time.Sleep(10 * time.Second) {
elasticsearch, err = client.Core().Services(namespace).Get(serviceName, metav1.GetOptions{})