Skip to content

Commit

Permalink
Update Install-Containerd.ps1 (#298)
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
oscgu committed Apr 27, 2023
1 parent ee59f5d commit 971c21a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hostprocess/Install-Containerd.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<#
.SYNOPSIS
Installs ContainerD on a Windows machines in preperation for joining the node to a Kubernetes cluster.
Installs ContainerD on a Windows machines in preparation for joining the node to a Kubernetes cluster.
.DESCRIPTION
This script
- Verifies that Windows Features requried for running contianers are enabled (and enables then if they are not)
- Downloads ContainerD binaries from from at the version specified.
- Verifies that Windows Features requried for running containers are enabled (and enables them if they are not)
- Downloads ContainerD binaries for the version specified.
- Downloads Windows SND CNI plugins.
- Registers ContainerD as a windows service.
Expand Down

0 comments on commit 971c21a

Please sign in to comment.