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
vutuong authored Feb 4, 2021
1 parent 75b4df0 commit df8804e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init-cluster-containerd-CRIU.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ $ sudo mv containerd /bin/
```
$ cd containerd/
$ wget https://k8s-pod-migration.obs.eu-de.otc.t-systems.com/v2/containerd
$ git clone https://github.com/SSU-DCN/podmigration-operator.git
$ cd podmigration-operator
$ tar -vxf binaries.tar.bz2
$ chmod +x containerd
$ sudo mv containerd /bin/
```
Expand Down Expand Up @@ -103,7 +106,6 @@ $ curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key a
$ sudo apt-add-repository "deb http://apt.kubernetes.io/ kubernetes-xenial main"
$ sudo apt-get install kubeadm=1.19.0-00 kubelet=1.19.0-00 kubectl=1.19.0-00 -y
$ whereis kubeadm
$ whereis kubele
$ whereis kubelet
```
### Step5: Replace kubelet with the custom kubelet. There are two options:
Expand Down

0 comments on commit df8804e

Please sign in to comment.