Skip to content

Commit fc071f2

Browse files
committed
made some corrections
1 parent e8e6685 commit fc071f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/en/blog/_posts/2023-04-11-kubernetes-1.27-blog.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Special thinks to [Britnee Laverack](https://www.instagram.com/artsyfie/) for cr
2828

2929
# What's New (Major Themes)
3030

31-
### Freeze `k8s.gcr.io` image registry
31+
## Freeze `k8s.gcr.io` image registry
3232

3333
Replacing the old image registry, [k8s.gcr.io](https://cloud.google.com/container-registry/) with [registry.k8s.io](https://github.com/kubernetes/registry.k8s.io) which has been generally available for several months. The Kubernetes project created and runs the `registry.k8s.io` image registry, which is fully controlled by the community.
3434
This mean that all subsequent image releases would not be available on the old registry. Freezing the `k8s.gcr.io` image registry by not pushing any new digests or tags after this release.
@@ -155,13 +155,10 @@ This release saw several removals:
155155
* [Removal of `IdentifyPodOS` feature gate](https://github.com/kubernetes/kubernetes/pull/111229)
156156
* [Removal of `DaemonSetUpdateSurge` feature gate](https://github.com/kubernetes/kubernetes/pull/111194)
157157

158-
159-
160158
## Release notes
161159

162160
The complete details of the Kubernetes v1.27 release are available in our [release notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.27.md).
163161

164-
165162
## Availability
166163

167164
Kubernetes v1.27 is available for download on [GitHub](https://github.com/kubernetes/kubernetes/releases/tag/v1.27.0). To get started with Kubernetes, you can run local Kubernetes clusters using [minikube](https://minikube.sigs.k8s.io/docs/), [kind](https://kind.sigs.k8s.io/), etc. You can also easily install v1.27 using [kubeadm](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/).

0 commit comments

Comments
 (0)