Update local ephemeral storage feature to beta (#7685)

Update local ephemeral storage feature to beta
This commit is contained in:
Jing Xu
2018-03-08 17:28:13 -08:00
committed by k8s-ci-robot
parent 5829739725
commit e3f4530992
@@ -306,7 +306,8 @@ LastState: map[terminated:map[exitCode:137 reason:OOM Killed startedAt:2015-07-0
You can see that the Container was terminated because of `reason:OOM Killed`, You can see that the Container was terminated because of `reason:OOM Killed`,
where `OOM` stands for Out Of Memory. where `OOM` stands for Out Of Memory.
## Local ephemeral storage (alpha feature) ## Local ephemeral storage
{% include feature-state-beta.md %}
Kubernetes version 1.8 introduces a new resource, _ephemeral-storage_ for managing local ephemeral storage. In each Kubernetes node, kubelet's root directory (/var/lib/kubelet by default) and log directory (/var/log) are stored on the root partition of the node. This partition is also shared and consumed by pods via EmptyDir volumes, container logs, image layers and container writable layers. Kubernetes version 1.8 introduces a new resource, _ephemeral-storage_ for managing local ephemeral storage. In each Kubernetes node, kubelet's root directory (/var/lib/kubelet by default) and log directory (/var/log) are stored on the root partition of the node. This partition is also shared and consumed by pods via EmptyDir volumes, container logs, image layers and container writable layers.