mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix typo balanacer --> balancer (#384)
This commit is contained in:
committed by
Denis Makogon
parent
30ab2eae17
commit
f1d82fccaf
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user