From 6bc1dde4a0418098bff80ca1e0449bd816aac2a2 Mon Sep 17 00:00:00 2001 From: sebgoa Date: Mon, 28 May 2018 10:32:45 +0200 Subject: [PATCH] fix function name in quick start (#784) * fix function name in quick start fixes #783 * Fix another typo --- docs/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 0f2b2ba0b..6f6f26f08 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -121,7 +121,7 @@ $ kubectl proxy -p 8080 & $ curl -L --data '{"Another": "Echo"}' \ --header "Content-Type:application/json" \ - localhost:8080/api/v1/namespaces/default/services/get-python:http-function-port/proxy/ + localhost:8080/api/v1/namespaces/default/services/hello:http-function-port/proxy/ {"Another": "Echo"} ``` @@ -132,7 +132,7 @@ Kubeless also supports [ingress](https://kubernetes.io/docs/concepts/services-ne You can delete the function and uninstall Kubeless: ```console -$ kubeless function delete test +$ kubeless function delete hello $ kubeless function ls NAME NAMESPACE HANDLER RUNTIME DEPENDENCIES STATUS