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
I noticed both tasks are no longer able to download the correct kubectl. In the used libraries the url https://storage.googleapis.com is used. This is changed to https://dl.k8s.io thus the tasks are now failing to download the kubectl tool.
New issue checklist
Task name
Kubectl & KubectlInstaller
Task version
Kubectl@1 & KubectlInstaller@0
Issue Description
I noticed both tasks are no longer able to download the correct kubectl. In the used libraries the url https://storage.googleapis.com is used. This is changed to https://dl.k8s.io thus the tasks are now failing to download the kubectl tool.
For example:
https://storage.googleapis.com/kubernetes-release/release/v1.30.6/bin/windows/amd64/kubectl.exe.
Is now:
https://dl.k8s.io/release/v1.30.6/bin/windows/amd64/kubectl.exe
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Both Windows and Linux buildservers
Relevant log output
Full task logs with system.debug enabled
Repro steps
The text was updated successfully, but these errors were encountered: