Skip to content

Commit 7636b0b

Browse files
apply suggestions from review
Co-authored-by: Nate W <[email protected]>
1 parent 12c1a99 commit 7636b0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ Linux node swap support in Kubernetes.
7272
[User namespaces](/docs/concepts/workloads/pods/user-namespaces) is a Linux-only feature that better
7373
isolates pods to prevent or mitigate several CVEs rated high/critical, including
7474
[CVE-2024-21626](https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv),
75-
published in January 2024. In Kubernetes 1.30, support for user namespaces is migrating to beta, and
76-
now supports pods with and without volumes, custom UID/GID ranges and more!
75+
published in January 2024. In Kubernetes 1.30, support for user namespaces is migrating to beta and
76+
now supports pods with and without volumes, custom UID/GID ranges, and more!
7777

7878
### Structured authorization configuration ([KEP-3221](https://kep.k8s.io/3221))
7979

8080
Support for [structured authorization
8181
configuration](/docs/reference/access-authn-authz/authorization/#configuring-the-api-server-using-an-authorization-config-file).)
82-
is moving to beta, and will be enabled by default. This feature enables the creation of
82+
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
8585
configuration file approach even allows you to specify [CEL](/docs/reference/using-api/cel/) rules

0 commit comments

Comments
 (0)