From 01be37985b1c7bd4e8bf47602a0b432a1d03fa75 Mon Sep 17 00:00:00 2001 From: Christie Wilson Date: Thu, 26 Mar 2020 15:53:37 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20reference=20to=20persisting=20logs=20?= =?UTF-8?q?=F0=9F=AA=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In #107 and related issues we decided to let tools dedicated to this (e.g. fluentd) take care of it! --- docs/logs.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/logs.md b/docs/logs.md index 60ec07c2a86..4e954ffe387 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -9,9 +9,6 @@ weight: 8 Logs for [`PipelineRuns`](pipelineruns.md) and [`TaskRuns`](taskruns.md) are associated with the underlying pod. -_In [#107](https://github.com/tektoncd/pipeline/issues/107) we will add a -solution to persist logs outside of your kubernetes cluster._ - To access these logs currently you have a few options: - [You can get the logs from the pod](https://kubernetes.io/docs/reference/kubectl/cheatsheet/#interacting-with-running-pods)