removed deprecated step from restore doc
This commit is contained in:
parent
75629ae366
commit
848857b6a9
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@
|
|||
`kubectl scale deployment cloud-deployment --replicas=0`
|
||||
2. Scale backup-restore deployment up:
|
||||
`kubectl scale deployment backup-restore --replicas=1`
|
||||
1. apply backup-and-restore pod:
|
||||
`kubectl apply -f src/main/resources/backup/backup-restore-deployment.yaml`
|
||||
3. exec into pod and execute restore pod
|
||||
`kubectl exec -it backup-restore -- /usr/local/bin/restore.sh`
|
||||
4. Scale backup-restore deployment down:
|
||||
|
|
Loading…
Reference in a new issue