Backup & Restore #11

Merged
greg merged 6 commits from feature/5-backups into master 2019-01-07 11:02:37 +00:00
Showing only changes of commit 78bccff685 - Show all commits

View File

@ -4,9 +4,9 @@ We're using [Ark][1] for backing up Kubernetes config and GKE resources. It is
available as a Git submodule in the `vendor/` folder (incl. the `ark`
executable).
In order to initialize submodules in your local repo, run once:
In order to initialize and update submodules in your local repo, run once:
git submodule init
git submodule update --init
Then, to fetch/update the modules, run: