Kubernetes V1.28 Release

Hey there! Kubernetes has just rolled out its new version, 1.28. It's packed with cool new stuff, better features, and some fixes here and there. But what's really special about this update? It's the story behind it.


This is a companion discussion topic for the original entry at https://kodekloud.com/blog/kubernetes-v1-28-release

About the NodeOutOfServiceVolumeDetach feature where you claim that a "Node carries this label, any residing pods lacking the necessary tolerances will be promptly evicted. ". Can you please show how to label a not with this label? It appears to me that it is only possible to taint a node like explained in Well-Known Labels, Annotations and Taints | Kubernetes which will lead to an immediate eviction.