From a37b71e0634695645bc5255eb062e865b576efe3 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Wed, 30 Nov 2016 15:45:48 -0800 Subject: [PATCH] link to gke; other readme edits --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 53121fe2..c263302c 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Running Fission on your Cluster You can install Kubernetes on your laptop with minikube: https://github.com/kubernetes/minikube -Or, you can use Google Container Engine's free trial to get a 3 node cluster. +Or, you can use [Google Container Engine's](https://cloud.google.com/container-engine/) free trial to get a 3 node cluster. ### Verify access to the cluster @@ -99,11 +99,13 @@ and 31314. $ kubectl create -f http://fission.io/fission-nodeport.yaml ``` -Set FISSION_URL and FISSION_ROUTER environment variables FISSION_URL -should be prefixed with a `http://`. FISSION_URL is used by the -fission CLI to find the server. (FISSION_ROUTER is only needed for -the examples below to work.) Below is an example for Minikube with -NodePort. +Set the FISSION_URL and FISSION_ROUTER environment variables. +FISSION_URL should be prefixed with a `http://`. + +FISSION_URL is used by the fission CLI to find the server. +(FISSION_ROUTER is only needed for the examples below to work.) + +If you're using minikube, use these commands: ``` $ export FISSION_ROUTER=$(minikube ip):31314