You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -451,10 +455,10 @@ function Install-Containerd-Based-On-Kubernetes-Version {
451
455
452
456
# Get the current Windows version, this is interim since we are progressively supporting containerd 2.0 for all Windows version. for now only test2025
453
457
$windowsVersion=Get-WindowsVersion
454
-
Write-Log"Install Containerd with ContainerdURL: $ContainerdUrl, KubernetesVersion: $KubernetesVersion, WindowsVersion: $windowsVersion"
458
+
Write-Log"Install Containerd with ContainerdURL: $ContainerdUrl, KubernetesVersion: $KubernetesVersion, WindowsVersion: $windowsVersion"
455
459
Logs-To-Event -TaskName "AKS.WindowsCSE.InstallContainerdBasedOnKubernetesVersion"-TaskMessage "Start to install ContainerD based on kubernetes version. ContainerdUrl: $global:ContainerdUrl, KubernetesVersion: $global:KubeBinariesVersion, Windows Version: $windowsVersion"
456
460
457
-
# $global:ContainerdUrl is set from RP ContainerService.properties.orchestratorProfile.KubernetesConfig.WindowsContainerdURL
461
+
# $global:ContainerdUrl is set from RP ContainerService.properties.orchestratorProfile.KubernetesConfig.WindowsContainerdURL
458
462
# it can be
459
463
# - a full URL. e.g., "https://packages.aks.azure.com/containerd/windows/v0.0.46/binaries/containerd-v0.0.46-windows-amd64.tar.gz"
460
464
# - an endpoint: e.g., "https://packages.aks.azure.com/containerd/windows/"
@@ -465,14 +469,14 @@ function Install-Containerd-Based-On-Kubernetes-Version {
0 commit comments