Skip to content

Commit

Permalink
disable velero (aws-samples#1186)
Browse files Browse the repository at this point in the history
* Update _index.md

* Update backup-restore.md

* Update cleanup.md

* Update deploy-app.md

* Update install_velero.md

* Update prerequisites.md
  • Loading branch information
brentley authored Jun 18, 2021
1 parent 19f58a5 commit ff4ae23
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/intermediate/280_backup-and-restore/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Backup and Restore using Velero"
chapter: true
weight: 280
draft: false
draft: true
tags:
- intermediate
- operations
Expand Down
4 changes: 2 additions & 2 deletions content/intermediate/280_backup-and-restore/backup-restore.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Backup and Restore"
weight: 40
draft: false
draft: true
---

#### Backup staging namespace using Velero
Expand Down Expand Up @@ -121,4 +121,4 @@ The output should return the load balancer's url
af09f28402adc47af8c7f667f439ed51-334979785.us-west-2.elb.amazonaws.com
```

Access the wordpress application at load balancer's url and verify if the blog post you created is restored.
Access the wordpress application at load balancer's url and verify if the blog post you created is restored.
4 changes: 2 additions & 2 deletions content/intermediate/280_backup-and-restore/cleanup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Cleanup"
weight: 50
draft: false
draft: true
---

Cleanup staging namepspace
Expand Down Expand Up @@ -39,4 +39,4 @@ You may also want to delete the environment variables (`$VELERO_BUCKET`, `$VELER
export VELERO_BUCKET=eksworkshop-backup-1587212345-12345
export VELERO_ACCESS_KEY_ID=AKIAABCD12345EFGH
export VELERO_SECRET_ACCESS_KEY=XcImQuya/S0O6REL5ZrKI31yqW9Dsihb9ktNmpsQ
```
```
4 changes: 2 additions & 2 deletions content/intermediate/280_backup-and-restore/deploy-app.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Deploy Test Application"
weight: 30
draft: false
draft: true
---

#### Create namespace and install application
Expand Down Expand Up @@ -86,4 +86,4 @@ Create a blog post for testing and publish it

Logout and test the published blogpost

![Token page](/images/backupandrestore/wordpress.jpg)
![Token page](/images/backupandrestore/wordpress.jpg)
4 changes: 2 additions & 2 deletions content/intermediate/280_backup-and-restore/install_velero.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Install Velero"
weight: 20
draft: false
draft: true
---

#### Install Velero binary
Expand Down Expand Up @@ -60,4 +60,4 @@ deployment.apps/velero 1/1 1 1 5h56m
NAME DESIRED CURRENT READY AGE
replicaset.apps/velero-845db94ffd 1 1 1 5h56m
```
```
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Create S3 Bucket and IAM Role for Velero"
weight: 10
draft: false
draft: true
---

#### Create an S3 bucket to backup cluster
Expand Down

0 comments on commit ff4ae23

Please sign in to comment.