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 5e479818f8..cd1e02ca8d 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