privileged mode support for KubernetesPod and DockerStandaloneHost

Change-Id: I2155b27af1e59bf907d7ad03dedada98ef8ebb76
This commit is contained in:
Vitaly Lopatkin
2016-07-22 16:52:44 +06:00
parent c746897a2a
commit ba744855df
8 changed files with 19 additions and 5 deletions

View File

@@ -115,6 +115,8 @@ Methods:
mountPath => $
))
env: $container.env.keys().select(dict(name => $, value => $container.env.get($)))
securityContext:
privileged: $container.privileged
- $newVolumes: $container.volumes.values().select(
$this._buildVolumeEntry($container.name, $))