Merge pull request #32 from philips/patch-1

README: use kubectl create -f http
This commit is contained in:
Soam Vasani
2016-11-28 18:50:58 -08:00
committed by GitHub
+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
```