Skip to content

Commit 2de4371

Browse files
authored
Merge pull request #45983 from dipesh-rawat/blog-post-2024-add-author
Update 2024 blog content files to move author details in front-matter
2 parents 5752866 + c4266f0 commit 2de4371

File tree

6 files changed

+17
-15
lines changed

6 files changed

+17
-15
lines changed

content/en/blog/_posts/2024-02-21-prevent-unauthorized-volume-mode-conversion-ga.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "Kubernetes 1.30: Preventing unauthorized volume mode conversion moves to GA"
44
date: 2024-04-30
55
slug: prevent-unauthorized-volume-mode-conversion-ga
6+
author: >
7+
Raunak Pradip Shah (Mirantis)
68
---
79

8-
**Author:** Raunak Pradip Shah (Mirantis)
9-
1010
With the release of Kubernetes 1.30, the feature to prevent the modification of the volume mode
1111
of a [PersistentVolumeClaim](/docs/concepts/storage/persistent-volumes/) that was created from
1212
an existing VolumeSnapshot in a Kubernetes cluster, has moved to GA!

content/en/blog/_posts/2024-04-22-userns-beta/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ layout: blog
33
title: "Kubernetes 1.30: Beta Support For Pods With User Namespaces"
44
date: 2024-04-22
55
slug: userns-beta
6+
author: >
7+
Rodrigo Campos Catelin (Microsoft),
8+
Giuseppe Scrivano (Red Hat),
9+
Sascha Grunert (Red Hat)
610
---
711

8-
**Authors:** Rodrigo Campos Catelin (Microsoft), Giuseppe Scrivano (Red Hat), Sascha Grunert (Red Hat)
9-
1012
Linux provides different namespaces to isolate processes from each other. For
1113
example, a typical Kubernetes pod runs within a network namespace to isolate the
1214
network identity and a PID namespace to isolate the processes.

content/en/blog/_posts/2024-04-23-recursive-read-only-mounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: 'Kubernetes 1.30: Read-only volume mounts can be finally literally read-only'
44
date: 2024-04-23
55
slug: recursive-read-only-mounts
6+
author: >
7+
Akihiro Suda (NTT)
68
---
79

8-
**Author:** Akihiro Suda (NTT)
9-
1010
Read-only volume mounts have been a feature of Kubernetes since the beginning.
1111
Surprisingly, read-only mounts are not completely read-only under certain conditions on Linux.
1212
As of the v1.30 release, they can be made completely read-only,

content/en/blog/_posts/2024-04-24-validating-admission-policy-ga/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "Kubernetes 1.30: Validating Admission Policy Is Generally Available"
44
slug: validating-admission-policy-ga
55
date: 2024-04-24
6+
author: >
7+
Jiahui Feng (Google)
68
---
79

8-
**Author:** Jiahui Feng (Google)
9-
1010
On behalf of the Kubernetes project, I am excited to announce that ValidatingAdmissionPolicy has reached
1111
**general availability**
1212
as part of Kubernetes 1.30 release. If you have not yet read about this new declarative alternative to

content/en/blog/_posts/2024-04-25-structured-authentication-configuration-beta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "Kubernetes 1.30: Structured Authentication Configuration Moves to Beta"
44
date: 2024-04-25
55
slug: structured-authentication-moves-to-beta
6+
author: >
7+
[Anish Ramasekar](https://github.com/aramase) (Microsoft)
68
---
79

8-
**Author:** [Anish Ramasekar](https://github.com/aramase) (Microsoft)
9-
1010
With Kubernetes 1.30, we (SIG Auth) are moving Structured Authentication Configuration to beta.
1111

1212
Today's article is about _authentication_: finding out who's performing a task, and checking

content/en/blog/_posts/2024-04-26-structured-authz-beta.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ layout: blog
33
title: 'Kubernetes 1.30: Multi-Webhook and Modular Authorization Made Much Easier'
44
date: 2024-04-26
55
slug: multi-webhook-and-modular-authorization-made-much-easier
6+
author: >
7+
[Rita Zhang](https://github.com/ritazh) (Microsoft),
8+
[Jordan Liggitt](https://github.com/liggitt) (Google),
9+
[Nabarun Pal](https://github.com/palnabarun) (VMware),
10+
[Leigh Capili](https://github.com/stealthybox) (VMware)
611
---
712

8-
**Authors:** [Rita Zhang](https://github.com/ritazh) (Microsoft), [Jordan
9-
Liggitt](https://github.com/liggitt) (Google), [Nabarun
10-
Pal](https://github.com/palnabarun) (VMware), [Leigh
11-
Capili](https://github.com/stealthybox) (VMware)
12-
1313
With Kubernetes 1.30, we (SIG Auth) are moving Structured Authorization
1414
Configuration to beta.
1515

0 commit comments

Comments
 (0)