kube-spawn icon indicating copy to clipboard operation
kube-spawn copied to clipboard

Verify k8s binaries using sha512 for k8s >= 1.12

Open dongsupark opened this issue 7 years ago • 0 comments

Recently https://github.com/kubernetes/release/pull/630 was merged.

So since k8s v1.12.0-rc2, a sha512 checksum for each k8s binary has been also available. For example: https://dl.k8s.io/v1.12.0-rc.2/bin/linux/amd64/kubectl.sha512

Starting from k8s v1.12, we should be able to verify k8s binaries using sha512 instead of sha1.

dongsupark avatar Sep 24 '18 08:09 dongsupark