Skip to content

Commit 2e3282d

Browse files
authored
Merge pull request #45978 from ydFu/k8s-1-30
standardizes the version representation in blog
2 parents 1571556 + 7cdde89 commit 2e3282d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/en/blog/_posts/2024-04-17-kubernetes-1.30.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ entering Beta, and 10 have graduated to Alpha.
2323

2424
Kubernetes v1.30: *Uwubernetes*
2525

26-
{{< figure src="/images/blog/2024-04-17-kubernetes-1.30-release/k8s-1.30.png" alt="Kubernetes 1.30 Uwubernetes logo" class="release-logo" >}}
26+
{{< figure src="/images/blog/2024-04-17-kubernetes-1.30-release/k8s-1.30.png" alt="Kubernetes v1.30 Uwubernetes logo" class="release-logo" >}}
2727

2828
Kubernetes v1.30 makes your clusters cuter!
2929

@@ -58,7 +58,7 @@ disabled.
5858

5959
### Prevent unauthorized volume mode conversion during volume restore ([SIG Storage](https://github.com/kubernetes/community/tree/master/sig-storage))
6060

61-
For Kubernetes 1.30, the control plane always prevents unauthorized changes to volume modes when
61+
For Kubernetes v1.30, the control plane always prevents unauthorized changes to volume modes when
6262
restoring a snapshot into a PersistentVolume. As a cluster administrator, you'll need to grant
6363
permissions to the appropriate identity principals (for example: ServiceAccounts representing a
6464
storage integration) if you need to allow that kind of change at restore time.
@@ -216,11 +216,11 @@ option. The slower legacy behavior requires the container runtime to recursively
216216
whole volumes and apply SELinux labelling individually to each file and directory; this is
217217
especially noticable for volumes with large amount of files and directories.
218218

219-
Kubernetes 1.27 graduated this feature as beta, but limited it to ReadWriteOncePod volumes. The
219+
Kubernetes v1.27 graduated this feature as beta, but limited it to ReadWriteOncePod volumes. The
220220
corresponding feature gate is `SELinuxMountReadWriteOncePod`. It's still enabled by default and
221-
remains beta in 1.30.
221+
remains beta in v1.30.
222222

223-
Kubernetes 1.30 extends support for SELinux mount option to **all** volumes as alpha, with a
223+
Kubernetes v1.30 extends support for SELinux mount option to **all** volumes as alpha, with a
224224
separate feature gate: `SELinuxMount`. This feature gate introduces a behavioral change when
225225
multiple Pods with different SELinux labels share the same volume. See
226226
[KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1710-selinux-relabeling#behavioral-changes)
@@ -332,16 +332,16 @@ available since v1.25, is recommended instead.
332332

333333
## Release notes
334334

335-
Check out the full details of the Kubernetes 1.30 release in our [release
335+
Check out the full details of the Kubernetes v1.30 release in our [release
336336
notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md).
337337

338338
## Availability
339339

340-
Kubernetes 1.30 is available for download on
340+
Kubernetes v1.30 is available for download on
341341
[GitHub](https://github.com/kubernetes/kubernetes/releases/tag/v1.30.0). To get started with
342342
Kubernetes, check out these [interactive tutorials](/docs/tutorials/) or run
343343
local Kubernetes clusters using [minikube](https://minikube.sigs.k8s.io/). You can also easily
344-
install 1.30 using [kubeadm](/docs/setup/independent/create-cluster-kubeadm/).
344+
install v1.30 using [kubeadm](/docs/setup/independent/create-cluster-kubeadm/).
345345

346346
## Release team
347347

0 commit comments

Comments
 (0)