From 19c31e8bb2ddc055779a9f534492784893d77dfe Mon Sep 17 00:00:00 2001 From: Daniil Fedotov Date: Wed, 25 Sep 2024 14:30:58 -0400 Subject: [PATCH] Wording --- docs/functions.rst | 4 ++-- docs_new/functions.md | 4 ++-- .../notes/kube-task-parallel-function-d488516c0f3b22c6.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/functions.rst b/docs/functions.rst index 2eed03c59a..2e1e6be4dc 100644 --- a/docs/functions.rst +++ b/docs/functions.rst @@ -158,8 +158,8 @@ via shared `emptyDir`_ volume. It's similar to KubeTask, but allows using multiple images to move backup data. "background" container is one responsible for generating data, while "output" container should export it to destination. -The main difference between them is that phase outputs can only generated from the -"output" container outputs. +The main difference between these containers is that phase outputs can only be generated from the +"output" container. The function also supports an optional init container to set up the volume contents. .. csv-table:: diff --git a/docs_new/functions.md b/docs_new/functions.md index 392b9aac95..3a95ae43b0 100644 --- a/docs_new/functions.md +++ b/docs_new/functions.md @@ -135,8 +135,8 @@ KubeTaskParallel spins up a new pod with two containers connected via shared [em It's similar to KubeTask, but allows using multiple images to move backup data. "background" container is one responsible for generating data, while "output" container should export it to destination. -The main difference between them is that phase outputs can only generated from the -"output" container outputs. +The main difference between these containers is that phase outputs can only be generated from the +"output" container. The function also supports an optional init container to set up the volume contents. diff --git a/releasenotes/notes/kube-task-parallel-function-d488516c0f3b22c6.yaml b/releasenotes/notes/kube-task-parallel-function-d488516c0f3b22c6.yaml index 1a579bce51..56cc7f2032 100644 --- a/releasenotes/notes/kube-task-parallel-function-d488516c0f3b22c6.yaml +++ b/releasenotes/notes/kube-task-parallel-function-d488516c0f3b22c6.yaml @@ -1,2 +1,2 @@ --- -features: Introduce new KubeTaskParallel function to run pods with two containers connected by shared volume +features: Introduced new Kanister function ``KubeTaskParallel`` to run pods with two containers connected by shared volume