From 4de9432935638c946a3fa85b5438bf69fd862f1c Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 6 Nov 2023 01:22:18 +0100 Subject: [PATCH] Mark kubernetes backend as fully supported --- 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 ebe7a358306..2fc80dba2be 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