Skip to content

Commit

Permalink
Create new Containerd version
Browse files Browse the repository at this point in the history
  • Loading branch information
areed authored Oct 16, 2021
1 parent b74f008 commit 1a24aa6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/containerd/1.3.7/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ function containerd_migrate_from_docker() {
return
fi

if ! commandExists kubectl; then
return
fi

echo "Draining node to prepare for migration from docker to containerd"

# Delete pods that depend on other pods on the same node
Expand Down
4 changes: 4 additions & 0 deletions addons/containerd/1.3.9/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ function containerd_migrate_from_docker() {
return
fi

if ! commandExists kubectl; then
return
fi

echo "Draining node to prepare for migration from docker to containerd"

# Delete pods that depend on other pods on the same node
Expand Down
4 changes: 4 additions & 0 deletions addons/containerd/1.4.3/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ function containerd_migrate_from_docker() {
return
fi

if ! commandExists kubectl; then
return
fi

echo "Draining node to prepare for migration from docker to containerd"

# Delete pods that depend on other pods on the same node
Expand Down
4 changes: 4 additions & 0 deletions addons/containerd/1.4.4/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ function containerd_migrate_from_docker() {
return
fi

if ! commandExists kubectl; then
return
fi

echo "Draining node to prepare for migration from docker to containerd"

# Delete pods that depend on other pods on the same node
Expand Down
4 changes: 4 additions & 0 deletions addons/containerd/1.4.6/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ function containerd_migrate_from_docker() {
return
fi

if ! commandExists kubectl; then
return
fi

echo "Draining node to prepare for migration from docker to containerd"

# Delete pods that depend on other pods on the same node
Expand Down

0 comments on commit 1a24aa6

Please sign in to comment.