Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vutuong authored Aug 24, 2021
1 parent 69727b4 commit 4b708d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
## How to run:
* To run Podmigration operator, which includes CRD and a custom controller:
```
$ make manifests
$ sudo snap install kustomize
$ sudo apt-get install gcc
$ make manifests
$ make install
$ make run
```
Expand All @@ -26,6 +26,7 @@ $ npm run serve
1. Migrate video streaming pod from node to node in single cluster:
- https://www.youtube.com/watch?v=M4Ik7aUKhas&t=1s&ab_channel=Xu%C3%A2nT%C6%B0%E1%BB%9DngV%C5%A9
2. Migrate video streaming pod from cluster to cluster:
- https://www.youtube.com/watch?v=Bpdlgu0XZqo
- https://drive.google.com/file/d/1AeyJZTRJcayBelvXf-CZwFapoquBpns1/view?usp=sharing

## Test live-migrate pod:
Expand All @@ -46,6 +47,7 @@ $ curl --request GET 'localhost:5000/Podmigrations'
$ kubectl apply -f test2.yaml
```
3. Live-migrate video-stream application via kubectl migrate command:
- Note: As default, K8S doesn't have ```kubectl migrate``` and ```kubectl checkpoint``` command. To use this extended kubectl plugin please check the guide at https://github.com/SSU-DCN/podmigration-operator/tree/main/kubectl-plugin
```
$ kubectl migrate video worker1
```
Expand Down

0 comments on commit 4b708d4

Please sign in to comment.