@@ -23,7 +23,7 @@ entering Beta, and 10 have graduated to Alpha.
23
23
24
24
Kubernetes v1.30: * Uwubernetes*
25
25
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" >}}
27
27
28
28
Kubernetes v1.30 makes your clusters cuter!
29
29
@@ -58,7 +58,7 @@ disabled.
58
58
59
59
### Prevent unauthorized volume mode conversion during volume restore ([ SIG Storage] ( https://github.com/kubernetes/community/tree/master/sig-storage ) )
60
60
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
62
62
restoring a snapshot into a PersistentVolume. As a cluster administrator, you'll need to grant
63
63
permissions to the appropriate identity principals (for example: ServiceAccounts representing a
64
64
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
216
216
whole volumes and apply SELinux labelling individually to each file and directory; this is
217
217
especially noticable for volumes with large amount of files and directories.
218
218
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
220
220
corresponding feature gate is ` SELinuxMountReadWriteOncePod ` . It's still enabled by default and
221
- remains beta in 1 .30.
221
+ remains beta in v1 .30.
222
222
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
224
224
separate feature gate: ` SELinuxMount ` . This feature gate introduces a behavioral change when
225
225
multiple Pods with different SELinux labels share the same volume. See
226
226
[ 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.
332
332
333
333
## Release notes
334
334
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
336
336
notes] ( https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md ) .
337
337
338
338
## Availability
339
339
340
- Kubernetes 1 .30 is available for download on
340
+ Kubernetes v1 .30 is available for download on
341
341
[ GitHub] ( https://github.com/kubernetes/kubernetes/releases/tag/v1.30.0 ) . To get started with
342
342
Kubernetes, check out these [ interactive tutorials] ( /docs/tutorials/ ) or run
343
343
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/ ) .
345
345
346
346
## Release team
347
347
0 commit comments