mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Repair pigz URL
New Windows nodes are failing to start with: windows-startup-script-ps1: Failed to download file from https://storage.googleapis.com/gke-release/winnode/pigz/prod/gke_windows/pigz/release/5/20201104-134221/pigz-$PIGZ_VERSION.zip. With this fix, the nodes start successfully.
This commit is contained in:
parent
0b4a30bb25
commit
edd58b1a4e
@ -1535,7 +1535,7 @@ function Start_Containerd {
|
||||
# Pigz Resources
|
||||
$PIGZ_ROOT = 'C:\pigz'
|
||||
$PIGZ_VERSION = '2.3.1'
|
||||
$PIGZ_TAR_URL = 'https://storage.googleapis.com/gke-release/winnode/pigz/prod/gke_windows/pigz/release/5/20201104-134221/pigz-$PIGZ_VERSION.zip'
|
||||
$PIGZ_TAR_URL = "https://storage.googleapis.com/gke-release/winnode/pigz/prod/gke_windows/pigz/release/5/20201104-134221/pigz-$PIGZ_VERSION.zip"
|
||||
$PIGZ_TAR_HASH = '5a6f8f5530acc85ea51797f58c1409e5af6b69e55da243ffc608784cf14fec0cd16f74cc61c564d69e1a267750aecfc1e4c53b5219ff5f893b42a7576306f34c'
|
||||
|
||||
# Install Pigz (https://github.com/madler/pigz) into Windows for improved image
|
||||
|
Loading…
Reference in New Issue
Block a user