From cc252b4ac93357bb7b203eaf6b0975f43ed55eca Mon Sep 17 00:00:00 2001 From: 6543 Date: Mon, 6 Nov 2023 09:34:11 +0100 Subject: [PATCH] Mark kubernetes backend as fully supported (#2756) Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> --- docs/docs/30-administration/22-backends/40-kubernetes.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/docs/30-administration/22-backends/40-kubernetes.md b/docs/docs/30-administration/22-backends/40-kubernetes.md index ebe7a3583..2fc80dba2 100644 --- a/docs/docs/30-administration/22-backends/40-kubernetes.md +++ b/docs/docs/30-administration/22-backends/40-kubernetes.md @@ -1,10 +1,5 @@ # Kubernetes backend -:::info -Not all pipeline features are fully supported yet for this backend. -Check [the Kubernetes overview issue](https://github.com/woodpecker-ci/woodpecker/issues/1513) for a summary. -::: - The kubernetes backend executes steps inside standalone pods. A temporary PVC is created for the lifetime of the pipeline to transfer files between steps. ## General Configuration