From 28260fb6a684c404ed2f1f13499b29237e915c32 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Tue, 14 Mar 2017 11:30:22 -0400 Subject: [PATCH] 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 --- docs/conversion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conversion.md b/docs/conversion.md index 438db204..ed3e915c 100644 --- a/docs/conversion.md +++ b/docs/conversion.md @@ -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 | | |