add support for "pid" key

solve #610
convert service.pid to Pod.Spec.HostPid
set Pod.Spec.HostPid to true if service.pid ="host", to false otherwise
update conversion.md on support for the key
This commit is contained in:
gitlawr
2017-05-31 22:39:17 +08:00
parent a6df28f98d
commit 1485ed4479
5 changed files with 90 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ This document outlines all possible conversion details regarding `docker-compose
| logging | N | | |
| network_mode | N | | |
| networks | N | | |
| pid | N | | |
| pid | Y | Pod.Spec.HostPID | |
| ports | Y | Service.Spec.Ports | |
| security_opt | N | | |
| stop_grace_period | Y | Pod.Spec.TerminationGracePeriodSeconds | |