Skip to content

Commit

Permalink
Merge pull request #1 from SSU-DCN/dev
Browse files Browse the repository at this point in the history
Add kubelet/kubeadm/containerd binaries
  • Loading branch information
vutuong authored Feb 4, 2021
2 parents c779d48 + fb5c681 commit 1207e04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom-binaries/ filter=lfs diff=lfs merge=lfs -text
Binary file added binaries.tar.bz2
Binary file not shown.
4 changes: 3 additions & 1 deletion init-cluster-containerd-CRIU.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ After all, run ```make```, and you can find the binaries somewhere in the direct
2. The kubelet and kubeadm binaries can be found in this folder.
```
$ git clone https://github.com/SSU-DCN/podmigration-operator.git
$ cd podmigration-operator/custom-binaries
$ cd podmigration-operator
$ tar -vxf binaries.tar.bz2
$ cd custom-binaries
```
- After downloading/building the kubelet and kubeadm binaries, replace it with existing default K8s-kubelet binaries:
```
Expand Down

0 comments on commit 1207e04

Please sign in to comment.