-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|