mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #98081 from pjh/pigz-repair
Repair pigz URL for Windows GCE nodes
This commit is contained in:
commit
4b2a98442e
@ -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