Fix typo balanacer --> balancer (#384)

This commit is contained in:
Aurélien Pupier
2017-10-06 11:29:24 +02:00
committed by Denis Makogon
parent 30ab2eae17
commit f1d82fccaf

View File

@@ -13,7 +13,7 @@ $ cd docs/operating/
$ kubectl create -f fn-service.yaml $ kubectl create -f fn-service.yaml
``` ```
2. Once the Pods have started, check the service for the load balanacer IP: 2. Once the Pods have started, check the service for the load balancer IP:
```bash ```bash
$ kubectl get svc --watch $ kubectl get svc --watch
@@ -63,4 +63,4 @@ myapp
$ fn routes list myapp $ fn routes list myapp
path image endpoint path image endpoint
/hello-sync fnproject/hello 192.168.99.100:30966/r/myapp/hello-sync /hello-sync fnproject/hello 192.168.99.100:30966/r/myapp/hello-sync
``` ```