summaryrefslogtreecommitdiffstats
path: root/kubernetes/custodia-forwarder
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-11-02 15:39:45 +0100
committerChristian Heimes <christian@python.org>2015-11-02 16:19:22 +0100
commit243246865325cbd23424741cf04b59b9371dc0d9 (patch)
tree6711dfda64d2793154d92f70103fceb1f7142dc6 /kubernetes/custodia-forwarder
parentad6a6afd220c3e0417614e40493c8ba191d05842 (diff)
downloadcustodia_docker-master.tar.gz
custodia_docker-master.tar.xz
custodia_docker-master.zip
Add example configurations for Custodia demosHEADmaster
Diffstat (limited to 'kubernetes/custodia-forwarder')
-rw-r--r--kubernetes/custodia-forwarder/README4
-rw-r--r--kubernetes/custodia-forwarder/custodia-forwarder-pod.yaml12
2 files changed, 16 insertions, 0 deletions
diff --git a/kubernetes/custodia-forwarder/README b/kubernetes/custodia-forwarder/README
new file mode 100644
index 0000000..7294121
--- /dev/null
+++ b/kubernetes/custodia-forwarder/README
@@ -0,0 +1,4 @@
+Experimental forwarder pod
+
+The forwarder needs new features like hostPID and privileged containers
+from Kubernetes 1.1, which hasn't been released yet.
diff --git a/kubernetes/custodia-forwarder/custodia-forwarder-pod.yaml b/kubernetes/custodia-forwarder/custodia-forwarder-pod.yaml
new file mode 100644
index 0000000..59378c9
--- /dev/null
+++ b/kubernetes/custodia-forwarder/custodia-forwarder-pod.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Pod
+metadata:
+ name: custodia-forwarder
+ labels:
+ role: custodia-forwarder
+spec:
+ containers:
+ - name: custodia-forwarder
+ image: 10.34.78.249:5000/custodia-server:latest
+ securityContext:
+ privileged: true