From 1120f3aa94b64e365674c706211790778c72ab0a Mon Sep 17 00:00:00 2001 From: zhengjiajin <393926893@qq.com> Date: Fri, 26 May 2017 11:46:28 +0800 Subject: [PATCH] Fix spelling in example/spark --- examples/elasticsearch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/elasticsearch/README.md b/examples/elasticsearch/README.md index b4377b0bba7..661c0a447a2 100644 --- a/examples/elasticsearch/README.md +++ b/examples/elasticsearch/README.md @@ -97,7 +97,7 @@ So we have a 3-node Elasticsearch cluster ready to handle more work. ## Access the service -*Don't forget* that services in Kubernetes are only acessible from containers in the cluster. For different behavior you should [configure the creation of an external load-balancer](http://kubernetes.io/v1.0/docs/user-guide/services.html#type-loadbalancer). While it's supported within this example service descriptor, its usage is out of scope of this document, for now. +*Don't forget* that services in Kubernetes are only accessible from containers in the cluster. For different behavior you should [configure the creation of an external load-balancer](http://kubernetes.io/v1.0/docs/user-guide/services.html#type-loadbalancer). While it's supported within this example service descriptor, its usage is out of scope of this document, for now. ``` $ kubectl get service elasticsearch