Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vutuong authored Dec 15, 2020
1 parent b38a225 commit ce89dae
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# podmigration-operator

## kubebuilder init command
## Kubebuilder init command
```
kubebuilder init --domain dcn.ssu.ac.kr
```
```
kubebuilder create api --group podmig --version v1 --kind Podmigration
```
## Note
This operator is controller of Kuberntes Pod migration for Kubernetes. It needs several changes to work such as: kubelet, container-runtime-cri (containerd-cri). The modified vesions of Kuberntes and containerd-cri beside this operator can be found in the following repos:

## workflow
* 1 https://github.com/vutuong/kubernetes


* 2 https://github.com/vutuong/containerd-cri

## References
* 1 https://github.com/kubernetes/kubernetes/issues/3949

## Workflow
![alt text](https://github.com/SSU-DCN/podmigration-operator/blob/main/podmigration.jpg?raw=true)

0 comments on commit ce89dae

Please sign in to comment.