Skip to content

Commit e244bf9

Browse files
authored
Merge pull request #39643 from sftim/20230223_update_download_links
Use https://dl.k8s.io/
2 parents aaede4e + 001c92e commit e244bf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/blog/_posts/2022-12-12-kubernetes-release-artifact-signing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ files side by side to the artifacts for verifying their integrity.
3131

3232
[tarballs]: https://github.com/kubernetes/kubernetes/blob/release-1.26/CHANGELOG/CHANGELOG-1.26.md#downloads-for-v1260
3333
[binaries]: https://gcsweb.k8s.io/gcs/kubernetes-release/release/v1.26.0/bin
34-
[sboms]: https://storage.googleapis.com/kubernetes-release/release/v1.26.0/kubernetes-release.spdx
35-
[provenance]: https://storage.googleapis.com/kubernetes-release/release/v1.26.0/provenance.json
34+
[sboms]: https://dl.k8s.io/release/v1.26.0/kubernetes-release.spdx
35+
[provenance]: https://dl.k8s.io/kubernetes-release/release/v1.26.0/provenance.json
3636
[cosign]: https://github.com/sigstore/cosign
3737

3838
To verify an artifact, for example `kubectl`, you can download the

content/en/docs/tasks/administer-cluster/certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ manually through [`easyrsa`](https://github.com/OpenVPN/easy-rsa), [`openssl`](h
1818
1. Download, unpack, and initialize the patched version of `easyrsa3`.
1919

2020
```shell
21-
curl -LO https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz
21+
curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz
2222
tar xzf easy-rsa.tar.gz
2323
cd easy-rsa-master/easyrsa3
2424
./easyrsa init-pki

0 commit comments

Comments
 (0)