Skip to content

Commit 930e5cb

Browse files
committed
fix typo
1 parent ac543c3 commit 930e5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/blog/_posts/2024-03-12-mid-cycle-1.30.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ now supports pods with and without volumes, custom UID/GID ranges, and more!
7878
### Structured authorization configuration ([KEP-3221](https://kep.k8s.io/3221))
7979

8080
Support for [structured authorization
81-
configuration](/docs/reference/access-authn-authz/authorization/#configuring-the-api-server-using-an-authorization-config-file).)
81+
configuration](/docs/reference/access-authn-authz/authorization/#configuring-the-api-server-using-an-authorization-config-file)
8282
is moving to beta and will be enabled by default. This feature enables the creation of
8383
authorization chains with multiple webhooks with well-defined parameters that validate requests in a
8484
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
103103
Horizontal pod autoscaling based on `ContainerResource` metrics will graduate to stable in v1.30.
104104
This new behavior for HorizontalPodAutoscaler allows you to configure automatic scaling based on the
105105
resource usage for individual containers, rather than the aggregate resource use over a Pod. See our
106-
[previous article](2023/05/02/hpa-container-resource-metric/) for further details, or read
106+
[previous article](/blog/2023/05/02/hpa-container-resource-metric/) for further details, or read
107107
[container resource metrics](/docs/tasks/run-application/horizontal-pod-autoscale/#container-resource-metrics).
108108

109109
### CEL for admission control ([KEP-3488](https://kep.k8s.io/3488))

0 commit comments

Comments
 (0)