Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum committed Sep 25, 2024
1 parent f3b2e13 commit 6bcc499
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
4 changes: 2 additions & 2 deletions docs_new/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6bcc499

Please sign in to comment.