Skip to content
Snippets Groups Projects
Commit 4f05ab21 authored by Arie Peterson's avatar Arie Peterson
Browse files

Document installing velero CLI program

parent e212f6ed
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,13 @@ On your cluster ...@@ -22,7 +22,13 @@ On your cluster
Stackspin supports using the program Velero to make backups of your Stackspin supports using the program Velero to make backups of your
Stackspin instance to external storage via the S3 API. See Stackspin instance to external storage via the S3 API. See
:ref:`backups-with-velero` in the installation instructions for setup details. :ref:`backups-with-velero` in the installation instructions for setup details.
By default this will make nightly backups of the entire cluster (minus
For the maintenance operations described below -- in particular, restoring
backups -- you need the ``velero`` client program installed, typically on your
provisioning machine although you can also run it on the VPS if preferred. You
may find it at `Velero's github release page`_.
By default Velero will make nightly backups of the entire cluster (minus
Prometheus data). To make a manual backup, run Prometheus data). To make a manual backup, run
.. code:: bash .. code:: bash
...@@ -159,6 +165,7 @@ following command that will apply the changes to all installed kustomizations: ...@@ -159,6 +165,7 @@ following command that will apply the changes to all installed kustomizations:
flux get -A kustomizations --no-header | awk -F' ' '{system("flux reconcile -n " $1 " kustomization " $2)}' flux get -A kustomizations --no-header | awk -F' ' '{system("flux reconcile -n " $1 " kustomization " $2)}'
.. _Velero's github release page: https://github.com/vmware-tanzu/velero/releases/latest
.. _Velero’s documentation: https://velero.io/docs/v1.4/ .. _Velero’s documentation: https://velero.io/docs/v1.4/
.. _reach out to us: https://stackspin.net/contact.html .. _reach out to us: https://stackspin.net/contact.html
.. _taints: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ .. _taints: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment