From 7783f6e0cc56f6fba9fdc6153790ee8378361331 Mon Sep 17 00:00:00 2001 From: Mickey Boxell Date: Fri, 29 Apr 2022 11:31:52 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: divya-mohan0209 --- .../en/blog/_posts/2022-4-26-kubernetes-release-1.24.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md b/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md index dc0c8c6663..9dfe63ff9e 100644 --- a/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md +++ b/content/en/blog/_posts/2022-4-26-kubernetes-release-1.24.md @@ -25,18 +25,18 @@ After an initial deprecation in Kubernetes 1.20, the dockershim has been removed ### OpenAPI v3 -Kubernetes 1.24 offers beta support for publishing its APIs as [OpenAPI v3](https://github.com/kubernetes/enhancements/issues/2896). +Kubernetes 1.24 offers beta support for publishing its APIs in the [OpenAPI v3 format](https://github.com/kubernetes/enhancements/issues/2896). ### Signing Release Artifacts -Release artifacts are [signed](https://github.com/kubernetes/enhancements/issues/3031) +Release artifacts are [signed](https://github.com/kubernetes/enhancements/issues/3031) using [cosign](https://github.com/sigstore/cosign) signatures and there is experimental support for [verifying image signatures](/docs/tasks/administer-cluster/verify-signed-images/). ### Storage Capacity and Volume Expansion Are Generally Available -[Storage capacity tracking](https://github.com/kubernetes/enhancements/issues/1472) supports exposing currently available storage capacity via CSIStorageCapacity objects and enhances scheduling of pods that use CSI volumes with late binding. +[Storage capacity tracking](https://github.com/kubernetes/enhancements/issues/1472) supports exposing currently available storage capacity via [CSIStorageCapacity objects](https://kubernetes.io/docs/concepts/storage/storage-capacity/#api) and enhances scheduling of pods that use CSI volumes with late binding. -[Volume expansion](https://github.com/kubernetes/enhancements/issues/284) add support for resizing existing persistent volumes. +[Volume expansion](https://github.com/kubernetes/enhancements/issues/284) adds support for resizing existing persistent volumes. ### NonPreemptingPriority to Stable