Skip to content

Commit 4568a65

Browse files
committed
2nd run of containerd install
1 parent b89edb7 commit 4568a65

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

sync/shared/kubejoin.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
$env:path += ";C:\Program Files\containerd"
22
[Environment]::SetEnvironmentVariable("Path", $env:Path, [System.EnvironmentVariableTarget]::Machine)
3-
kubeadm join 10.20.30.10:6443 --cri-socket "npipe:////./pipe/containerd-containerd" --token fewn1r.evy8krm0f4xvqcac --discovery-token-ca-cert-hash sha256:f87ed7d225085d86c5b93b7dce2dc20d38aacea803d7af3f158ddf7804720dec
3+
kubeadm join 10.20.30.10:6443 --cri-socket "npipe:////./pipe/containerd-containerd" --token 08c8xy.6o8do67wikgtl0ew --discovery-token-ca-cert-hash sha256:6f5e08f8c38f688f78845108a59a5e5fb96ebbdc5b135e2bd93c7e4dfe9fe410

sync/windows/containerd1.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ProgressPreference = 'SilentlyContinue'
2727

2828
Set-Location 'C:\k'
2929

30-
Write-Output "# Running 'Install-Containerd.ps1'"
30+
Write-Output "### Running 'forked/Install-Containerd.ps1' ~ note we'll have to re run this again after reboot !!!"
3131

3232
# Our own version of install-containerd that omits the weird nat cni network thing
3333
PowerShell "C:/forked/Install-Containerd.ps1"

sync/windows/containerd2.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
#>
16+
17+
Write-Output "Rerunning containerd installation..."
18+
PowerShell "C:/forked/Install-Containerd.ps1"
19+
1620
Write-Output "###############################"
1721
Write-Output "STARTING with 'containerd2.ps1'"
1822

0 commit comments

Comments
 (0)