Support pods with containers using host ipc

Add a HostIPC field to the Pod Spec to create containers sharing
the same ipc of the host.

This feature must be explicitly enabled in apiserver using the
option host-ipc-sources.

Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
This commit is contained in:
Federico Simoncelli
2015-08-10 04:14:01 -04:00
parent e7d4426158
commit f21d9ac9e4
22 changed files with 107 additions and 19 deletions

View File

@@ -12531,6 +12531,10 @@
"type": "boolean",
"description": "Use the host's pid namespace. Optional: Default to false."
},
"hostIPC": {
"type": "boolean",
"description": "Use the host's ipc namespace. Optional: Default to false."
},
"imagePullSecrets": {
"type": "array",
"items": {