From 930e5cb4a63c2e9438863a85d2909dd7f634de87 Mon Sep 17 00:00:00 2001 From: Yoshitaka Fujii <76274657+ystkfujii@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:23:36 +0900 Subject: [PATCH] fix typo --- content/en/blog/_posts/2024-03-12-mid-cycle-1.30.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blog/_posts/2024-03-12-mid-cycle-1.30.md b/content/en/blog/_posts/2024-03-12-mid-cycle-1.30.md index b37c39f06e..25030d7b2c 100644 --- a/content/en/blog/_posts/2024-03-12-mid-cycle-1.30.md +++ b/content/en/blog/_posts/2024-03-12-mid-cycle-1.30.md @@ -78,7 +78,7 @@ now supports pods with and without volumes, custom UID/GID ranges, and more! ### Structured authorization configuration ([KEP-3221](https://kep.k8s.io/3221)) Support for [structured authorization -configuration](/docs/reference/access-authn-authz/authorization/#configuring-the-api-server-using-an-authorization-config-file).) +configuration](/docs/reference/access-authn-authz/authorization/#configuring-the-api-server-using-an-authorization-config-file) is moving to beta and will be enabled by default. This feature enables the creation of authorization chains with multiple webhooks with well-defined parameters that validate requests in a particular order and allows fine-grained control – such as explicit Deny on failures. The @@ -103,7 +103,7 @@ docs](/docs/reference/access-authn-authz/authorization/#configuring-the-api-serv Horizontal pod autoscaling based on `ContainerResource` metrics will graduate to stable in v1.30. This new behavior for HorizontalPodAutoscaler allows you to configure automatic scaling based on the resource usage for individual containers, rather than the aggregate resource use over a Pod. See our -[previous article](2023/05/02/hpa-container-resource-metric/) for further details, or read +[previous article](/blog/2023/05/02/hpa-container-resource-metric/) for further details, or read [container resource metrics](/docs/tasks/run-application/horizontal-pod-autoscale/#container-resource-metrics). ### CEL for admission control ([KEP-3488](https://kep.k8s.io/3488))