Skip to content

Commit

Permalink
Update local ephemeral storage feature to beta
Browse files Browse the repository at this point in the history
Update local ephemeral storage feature to beta
  • Loading branch information
jingxu97 committed Mar 8, 2018
1 parent b4068fb commit a0770ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
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.

Expand Down

0 comments on commit a0770ad

Please sign in to comment.