@@ -33,20 +33,35 @@ Find your preferred operating system below.
33
33
All Kubernetes container images are deployed to the
34
34
` registry.k8s.io ` container image registry.
35
35
36
- {{< feature-state for_k8s_version="v1.24" state="alpha" >}}
37
-
38
36
For Kubernetes {{< param "version" >}}, the following
39
- container images are signed using [ cosign ] ( https://github.com/ sigstore/cosign )
37
+ container images are signed using [ sigstore ] ( https://sigstore.dev )
40
38
signatures:
41
39
42
- | Container Image | Supported Architectures |
43
- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
40
+ | Container Image | Supported Architectures |
41
+ | ------------------------------------------------------------------------- | --------------------------------- |
44
42
| registry.k8s.io/kube-apiserver: v {{< skew currentPatchVersion >}} | amd64, arm, arm64, ppc64le, s390x |
45
43
| registry.k8s.io/kube-controller-manager: v {{< skew currentPatchVersion >}} | amd64, arm, arm64, ppc64le, s390x |
46
44
| registry.k8s.io/kube-proxy: v {{< skew currentPatchVersion >}} | amd64, arm, arm64, ppc64le, s390x |
47
45
| registry.k8s.io/kube-scheduler: v {{< skew currentPatchVersion >}} | amd64, arm, arm64, ppc64le, s390x |
48
46
| registry.k8s.io/conformance: v {{< skew currentPatchVersion >}} | amd64, arm, arm64, ppc64le, s390x |
49
47
48
+ ### Container image signatures
49
+
50
+ {{< feature-state for_k8s_version="v1.26" state="beta" >}}
51
+
52
+ For Kubernetes {{< param "version" >}},
53
+ container images are signed using [ sigstore] ( https://sigstore.dev )
54
+ signatures:
55
+
56
+ {{< note >}}
57
+ Container image sigstore signatures do currently not match between different geographical locations.
58
+ More information about this problem is available in the corresponding
59
+ [ GitHub issue] ( https://github.com/kubernetes/registry.k8s.io/issues/187 ) .
60
+ {{< /note >}}
61
+
62
+ ### Container image architectures
63
+
64
+
50
65
All container images are available for multiple architectures, whereas the
51
66
container runtime should choose the correct one based on the underlying
52
67
platform. It is also possible to pull a dedicated architecture by suffixing the
@@ -71,4 +86,4 @@ To manually verify signed container images of Kubernetes core components, refer
71
86
72
87
## Binaries
73
88
74
- {{< release-binaries >}}
89
+ {{< release-binaries >}}
0 commit comments