From ab3f45936a9c7bbaf6980cff698a95098c29d0af Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 28 Nov 2016 17:39:14 -0800 Subject: [PATCH] README: use kubectl create -f http Instead of getting curl involved just use kubectl --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b86821b4..8a21130a 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,7 @@ If you're using GKE, use the fission.yaml unmodified. If you're using minikube, change all instances of LoadBalancer services to NodePort. ``` - $ curl http://fission.io/fission.yaml | kubectl create -f - - + $ kubectl create -f http://fission.io/fission.yaml $ kubectl --namespace fission get services ```