Add MinIO Server with Kubernetes deployment 87/1587/2
authorChen, Tingjie <tingjie.chen@intel.com>
Mon, 16 Sep 2019 14:03:07 +0000 (14:03 +0000)
committerChen, Tingjie <tingjie.chen@intel.com>
Mon, 16 Sep 2019 16:16:36 +0000 (16:16 +0000)
commit800f6dde09056802ec39176a855be9a269f87606
tree4b54978fda183121e2da4823578b16f069c15c17
parentb3c6090a4098fcf1c907f6ae7c67448370cc8d65
Add MinIO Server with Kubernetes deployment

Since Local controller support one node only, deploy standalone mode.
Using local persistent volume instead of hostpath.

Change-Id: Idb81fdc8337c0d40d5248ab2ad4850c783b3099f
Signed-off-by: Chen, Tingjie <tingjie.chen@intel.com>
deploy/kud-plugin-addons/minio/install.sh [new file with mode: 0755]
deploy/kud-plugin-addons/minio/local-pv.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/minio/local-pvc.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/minio/local-sc.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/minio/minio-deployment.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/minio/minio-service.yaml [new file with mode: 0644]