From 4fc55b3b3c24d32498175945c63208902cb235d2 Mon Sep 17 00:00:00 2001 From: Liu Yang Date: Tue, 29 Aug 2017 00:19:18 +0800 Subject: [PATCH] Add link to the logs section of INSTALL.md (#299) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 5d7894ca..92472e8c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -166,7 +166,7 @@ Fission uses InfluxDB to store logs and fluentd to forward them from function pods into InfluxDB. ``` - $ kubectl create -f fission-logger.yaml + $ kubectl create -f https://github.com/fission/fission/releases/download/nightly20170705/fission-logger.yaml ``` That's it for the basic setup. You can now use following command to view function logs: