Skip to content

Commit

Permalink
test markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyunsik Lee authored and Hyunsik Lee committed Dec 2, 2023
1 parent 73216de commit df5382e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/_posts/2023-10-17-velero.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ brew install velero
velero install --provider gcp --bucket [버켓이름] --plugins velero/velero-plugin-for-gcp:v1.0.0 --secret-file credentials-velero
```

### 클러스터에 Velero Backup
#### 클러스터에 Velero Backup
```
velero backup create backup-test
```

### 새로운 클러스터에 Velero Restore
#### 새로운 클러스터에 Velero Restore
```
velero restore create velero-restore --from-backup backup-test
```
Expand Down

0 comments on commit df5382e

Please sign in to comment.