From 9f849fbbb7bd546f5d6b4f74a7f9a86fb99d01e6 Mon Sep 17 00:00:00 2001 From: Suraj Narwade Date: Tue, 11 Apr 2017 11:44:12 +0530 Subject: [PATCH] Updated conversion doc Solves #548 `docs/conversion.md` is updated as `tmpfs` is supported now. --- docs/conversion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conversion.md b/docs/conversion.md index 8f3fad29..f02ff9a3 100644 --- a/docs/conversion.md +++ b/docs/conversion.md @@ -15,7 +15,7 @@ This document outlines all the conversion details regarding `docker-compose.yaml | depends_on | | N | | | | dns | | N | | | | dns_search | | N | | | -| tmpfs | | N | | | +| tmpfs | | Y | [Pod.Spec.Containers.Volumes.EmptyDir](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) | Creates `emptyDir` volume with `medium` set to `Memory` & mounts given directory inside container | | entrypoint | | Y | [Pod.Spec.Container.Command](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_container) | Same as `command` | | env_file | | N | | | | environment | | Y | [Pod.Spec.Container.Env](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_envvar) | |