Skip to content

Commit

Permalink
readme adjusted due to the name change
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodProgrammer committed May 21, 2023
1 parent de42381 commit dd0c8b1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# helm restore
# helm migrate

This is a basic plugin that allows you backup and restore whole cluster and specified namespace.

Expand All @@ -8,11 +8,11 @@ The installation part is very simple you can easily install with via native helm

* Installation
```sh
git clone git@github.com:WoodProgrammer/helm-restore.git
git clone git@github.com:WoodProgrammer/helm-migrate.git

pushd helm-restore
wget https://github.com/WoodProgrammer/helm-restore/releases/download/0.0.1/helm-restore_0.0.1_OS_amd64.tar.gz
tar -xvf helm-restore_0.0.1_OS_amd64.tar.gz
pushd helm-migrate
wget https://github.com/WoodProgrammer/helm-migrate/releases/download/0.0.1/helm-migrate_0.0.2_OS_amd64.tar.gz
tar -xvf helm-migrate_0.0.2_OS_amd64.tar.gz

helm plugin install .
popd
Expand All @@ -22,11 +22,11 @@ The installation part is very simple you can easily install with via native helm
After you download and install the entire package to verify the steps you can check this one

```sh
➜ helm-restore git:(main) helm restore --help
helm restore rocking yeaaa :))
➜ helm migrate --help
helm migrate rocking yeaaa :))

Usage:
helm restore [flags]
helm migrate [flags]
helm [command]

Available Commands:
Expand All @@ -49,7 +49,7 @@ Coming sooon....
* Restore Mode

```sh
helm restore mode restore --namespace kube-system --sourcecluster kind-kind --targetcluster kind-kind-test-cluster
helm migrate mode restore --namespace kube-system --sourcecluster kind-kind --targetcluster kind-kind-test-cluster
```

## TODO
Expand Down

0 comments on commit dd0c8b1

Please sign in to comment.