forked from LaconicNetwork/kompose
Add that we support volumes_from
Adds a note to the conversion doc that we support volumes_from. Closes https://github.com/kubernetes-incubator/kompose/issues/476
This commit is contained in:
parent
c1b3a54bf9
commit
28260fb6a6
@ -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 | | |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user