Skip to content

Commit 1bf1d8b

Browse files
authored
Merge pull request #32896 from sftim/20220413_fix_download_page_v1.24
Fix v1.24 download page
2 parents 1e154d2 + 77df670 commit 1bf1d8b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/en/releases/download.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ title: Download Kubernetes
33
type: docs
44
---
55

6-
# Core Kubernetes components
7-
86
Kubernetes ships binaries for each component as well as a standard set of client
97
applications to bootstrap or interact with a cluster. Components like the
10-
Kube API Server are capable of running within container images inside of a
8+
API server are capable of running within container images inside of a
119
cluster. Those components are also shipped in container images as part of the
1210
official release process. All binaries as well as container images are available
1311
for multiple operating systems as well as hardware architectures.
@@ -20,7 +18,7 @@ container registry.
2018

2119
{{< feature-state for_k8s_version="v1.24" state="alpha" >}}
2220

23-
From the beginning of Kubernetes {{< param "version" >}}, the following
21+
For Kubernetes {{< param "version" >}}, the following
2422
container images are signed using [cosign](https://github.com/sigstore/cosign)
2523
signatures:
2624

@@ -75,13 +73,13 @@ in SBoM (Software Bill of Materials) format.
7573
You can fetch that list using:
7674

7775
```shell
78-
curl -Ls https://sbom.k8s.io/$(curl -Ls https://dl.k8s.io/release/latest.txt)/release | grep 'PackageName: k8s.gcr.io/' | awk '{print $2}'
76+
curl -Ls "https://sbom.k8s.io/$(curl -Ls https://dl.k8s.io/release/latest.txt)/release" | awk '/PackageName: k8s.gcr.io\// {print $2}'
7977
```
8078
For Kubernetes v{{< skew currentVersion >}}, the only kind of code artifact that
8179
you can verify integrity for is a container image, using the experimental
8280
signing support.
8381

84-
To manually verify signed container images of Kubernetes core components, please refer to
82+
To manually verify signed container images of Kubernetes core components, refer to
8583
[Verify Signed Container Images](/docs/tasks/administer-cluster/verify-signed-images).
8684

8785

0 commit comments

Comments
 (0)