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 245dfe5 commit b556237
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions posts/_posts/2023-10-17-velero.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,26 @@ velero install --provider gcp --bucket [버켓이름] --plugins velero/velero-pl
```
velero backup create backup-test
```
(Job 완료되는데 돌이가는데 시간 좀 걸림)


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

#### 트러블슈팅
### 트러블슈팅
- velero install시 파드가 하나 뜨는데 그거 로그 확인이 매우 중요
- velero backup-location이 Available한지 확인 (CLI 명령어에서 get이 리스트를 가져옴...)
- 그 외 자주 쓴 명령어들

#### 그 외 자주 쓴 명령어들
```
// backup-location 확인
# backup-location 확인
velero backup-location get
// backup 진행 상태 확인
# backup 진행 상태 확인
velero backup describe backup-test
// Velero 삭제
# Velero 삭제
velero uninstall
```

0 comments on commit b556237

Please sign in to comment.