Skip to content

Commit

Permalink
Update init-cluster-containerd-CRIU.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nezytic59 authored Nov 2, 2021
1 parent 34cf053 commit 5acc9f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions init-cluster-containerd-CRIU.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Download containerd and unpackage:
```
$ sudo apt-get update
$ sudo snap install go --classic
$ sudo apt install make
$ wget https://github.com/containerd/containerd/releases/download/v1.3.6/containerd-1.3.6-linux-amd64.tar.gz
$ mkdir containerd
$ tar -xvf containerd-1.3.6-linux-amd64.tar.gz -C containerd
Expand All @@ -18,7 +20,6 @@ $ sudo mv containerd/bin/* /bin/
```
$ git clone https://github.com/vutuong/containerd-cri.git
$ cd containerd-cri/
$ sudo snap install go --classic
$ go version
$ go get github.com/containerd/cri/cmd/containerd
$ make
Expand Down Expand Up @@ -111,7 +112,7 @@ $ whereis kubeadm
$ whereis kubelet
```
### Step5: Replace kubelet with the custom kubelet.
Download the custom source code and build at directory podmigration/, the source code can be found as followings
Download the custom source code and build at directory podmigration-operator/, the source code can be found as followings
```
$ git clone https://github.com/vutuong/kubernetes.git
```
Expand Down

0 comments on commit 5acc9f1

Please sign in to comment.