Skip to content

Commit

Permalink
Avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKasten committed Aug 16, 2019
1 parent 14fe565 commit a46aedb
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ Example:
BackupDataAll
-------------

This function concurrently backs up data from more than one pods into an any object store
supported by Kanister.
This function concurrently backs up data from more than one pods into an any
object store supported by Kanister.

.. note::
It is important that the application includes a `kanister-tools`
Expand Down Expand Up @@ -420,7 +420,8 @@ Example:
Consider a scenario where you wish to restore the data backed up by the
:ref:`backupdata` function. We will first scale down the application,
restore the data and then scale it back up.
For this phase, we will use the `backupInfo` Artifact provided by backup function.
For this phase, we will use the `backupInfo` Artifact provided by
backup function.

.. code-block:: yaml
:linenos:
Expand Down Expand Up @@ -494,7 +495,8 @@ Consider a scenario where you wish to restore the data backed up by the
:ref:`backupdataall` function. We will first scale down the application,
restore the data and then scale it back up. We will not specify `pods`
arg, so this function will restore data on all pods concurrently.
For this phase, we will use the `params` Artifact provided by BackupDataAll function.
For this phase, we will use the `params` Artifact provided by
BackupDataAll function.

.. code-block:: yaml
:linenos:
Expand Down Expand Up @@ -609,7 +611,8 @@ For this phase, we will use the `backupInfo` Artifact provided by backup functio
DeleteDataAll
-------------

This function concurrently deletes the snapshot data backed up by the BackupDataAll function.
This function concurrently deletes the snapshot data backed up by the
BackupDataAll function.


.. csv-table::
Expand Down Expand Up @@ -744,9 +747,9 @@ Arguments:
CreateVolumeFromSnapshot
------------------------

This function is used to restore one or more PVCs of an application from the snapshots
taken using the :ref:`createvolumesnapshot` function. It deletes old PVCs,
if present and creates new PVCs from the snapshots taken earlier.
This function is used to restore one or more PVCs of an application from the
snapshots taken using the :ref:`createvolumesnapshot` function. It deletes old
PVCs, if present and creates new PVCs from the snapshots taken earlier.

Arguments:

Expand Down

0 comments on commit a46aedb

Please sign in to comment.