Merge pull request #491 from cdrage/update-conversion-docs

Add that we support volumes_from
This commit is contained in:
Tomas Kral 2017-03-14 17:18:24 +01:00 committed by GitHub
commit c6c6d6a509

View File

@ -40,7 +40,7 @@ This document outlines all the conversion details regarding `docker-compose.yaml
| userns_mode | | N | | |
| volumes | | Y | [PersistentVolumeClaim](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_PersistentVolumeClaim) | Creates a PersistentVolumeClaim. Can only be created if there is already a PersistentVolume within the cluster |
| volume_driver | v2 | N | | |
| volumes_from | v2 | N | | |
| volumes_from | v2 | Y | [PersistentVolumeClaim](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_PersistentVolumeClaim) | Creates a PersistentVolumeClaim that is both shared by deployment and deployment config (OpenShift) |
| cpu_shares | v2 | N | | |
| cpu_quota | v2 | N | | |
| cpuset | v2 | N | | |