Commit Graph

6 Commits (51f509e40fcc7d6a20c23e41c4d22292c896caf0)

Author SHA1 Message Date
Ricky Sadowski cd9b22dff5 [CI/CD] Update kubectl installation in check_install_docker.sh script
This commit updates the check_install_docker.sh script used in the Jenkins installers. It modifies the installation command for kubectl to use the updated URL: https://dl.k8s.io/release/$(curl -sL https://dl.k8s.io/release/stable.txt)/bin/linux/${ARCH}/kubectl. This ensures that the latest version of kubectl is downloaded and installed during the Jenkins installation process.

The previous URL https://storage.googleapis.com/kubernetes-release/release/stable.txt is being moved.

Signed-off-by: Ricky Sadowski <richard.j.sadowski@gmail.com>
2023-05-11 15:05:12 +00:00
Anders F Björklund 99bff1ec78 Download binaries from dl.k8s.io instead of GCS
Need to add the -L to curl, to follow HTTP 302

Don't change the path for the current GCS mirror
2023-02-13 19:57:44 +01:00
Ilya Zuyev 2165d89cc5 Fix kubectl installation 2021-03-15 16:10:14 -07:00
Sharif Elgamal 312bdd489b make docker installer more extensible 2020-11-19 16:01:20 -08:00
Sharif Elgamal e298618913 changes to script 2020-11-06 14:55:06 -08:00
Sharif Elgamal 72fa0be5f4 Add script to automatically install docker on jenkins machines 2020-11-06 14:36:41 -08:00