Add MinIO Server with Kubernetes deployment 10/1710/1
authorChen, Tingjie <tingjie.chen@intel.com>
Mon, 16 Sep 2019 14:03:07 +0000 (14:03 +0000)
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Wed, 2 Oct 2019 20:40:17 +0000 (13:40 -0700)
commit9623f3937c935dbb40df2bcd46d54e6223ff865f
tree609794a2bfa8fa46aa7d7d6d98ef9160cc2b1bea
parent316f4dbb4033cf3278880bd0661fbe8533621a40
Add MinIO Server with Kubernetes deployment

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

Signed-off-by: Chen, Tingjie <tingjie.chen@intel.com>
Change-Id: I91eaa7c14fdd112a8232e655b571ddeddfe5ccec
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]