From f1d82fccaf7495c7bd8e5e813103639c26ddc803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Fri, 6 Oct 2017 11:29:24 +0200 Subject: [PATCH] Fix typo balanacer --> balancer (#384) --- docs/operating/kubernetes/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operating/kubernetes/README.md b/docs/operating/kubernetes/README.md index 523a50b2b..f5da6e009 100644 --- a/docs/operating/kubernetes/README.md +++ b/docs/operating/kubernetes/README.md @@ -13,7 +13,7 @@ $ cd docs/operating/ $ 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 $ kubectl get svc --watch @@ -63,4 +63,4 @@ myapp $ fn routes list myapp path image endpoint /hello-sync fnproject/hello 192.168.99.100:30966/r/myapp/hello-sync -``` \ No newline at end of file +```