README: use kubectl create -f http

Instead of getting curl involved just use kubectl
This commit is contained in:
Brandon Philips
2016-11-28 17:39:14 -08:00
committed by GitHub
parent 84851922f3
commit ab3f45936a
+1 -2
View File
@@ -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
```