add RBD Provisioner Addon (#3667) (#3668)

Based on the CephFS Provisioner Addon, the following changes have been made:
 - Upstream v2.1.1-k8s1.11
 - Configurable Provisioner replicas
This commit is contained in:
Jugwan Eom
2019-04-17 15:14:02 +09:00
committed by Kubernetes Prow Robot
parent b834a28891
commit d83181a2be
19 changed files with 427 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: {{ rbd_provisioner_namespace }}
labels:
name: {{ rbd_provisioner_namespace }}