mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
28 lines
802 B
JSON
28 lines
802 B
JSON
{
|
|
"version": "1.34.1",
|
|
"description": "Kubernetes node provisioning tool",
|
|
"homepage": "https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.k8s.io/v1.34.1/bin/windows/amd64/kubeadm.exe",
|
|
"hash": "353ae5f9ef94d861169210dba5834a0a5fbfd1bf4f2b32cfc90181c6ad26e664"
|
|
}
|
|
},
|
|
"bin": "kubeadm.exe",
|
|
"checkver": {
|
|
"url": "https://dl.k8s.io/release/stable.txt",
|
|
"regex": "v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.k8s.io/v$version/bin/windows/amd64/kubeadm.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|