forked from LaconicNetwork/kompose
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:
+1
-1
@@ -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 | |
|
||||
|
||||
Reference in New Issue
Block a user