From c8f464737325e530f67ef8ab376237a0a1f22e97 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Thu, 5 Oct 2017 16:24:25 -0700 Subject: [PATCH] update compiling.md to use helm --- Compiling.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Compiling.md b/Compiling.md index d5ca00bf..69227085 100644 --- a/Compiling.md +++ b/Compiling.md @@ -38,13 +38,10 @@ minikube and its built-in docker daemon: $ docker build -t minikube/fission-bundle . ``` -Next, install fission on your kubernetes cluster: +Next, install fission with this image on your kubernetes cluster using the helm chart: ``` - # To install, update fission.yaml to point to the image you just made: "minikube/fission-bundle" - $ $EDITOR fission.yaml - $ kubectl create -f fission.yaml - $ kubectl create -f fission-nodeport.yaml + $ helm install --set "image=minikube/fission-bundle,pullPolicy=Always,analytics=false" charts/fission-all ``` And if you're changing the CLI too, you can build it with: