From 36c51007ac478ba06902fa058cab74ce1c02d063 Mon Sep 17 00:00:00 2001 From: Peter Nordquist Date: Mon, 7 Jan 2019 08:25:40 -0800 Subject: [PATCH] Added docs for deploying rbd driver with Helm Signed-off-by: Peter Nordquist --- docs/deploy-rbd.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/deploy-rbd.md b/docs/deploy-rbd.md index b4e0626cb7f..66163334e1a 100644 --- a/docs/deploy-rbd.md +++ b/docs/deploy-rbd.md @@ -109,3 +109,19 @@ service/csi-rbdplugin-provisioner ClusterIP 10.104.2.130 123 You can try deploying a demo pod from `examples/rbd` to test the deployment further. +## Deployment with Helm + +The same requirements from the Kubernetes section apply here, i.e. Kubernetes +version, privileged flag and shared mounts. + +The Helm chart is located in `deploy/rbd/helm`. + +**Deploy Helm Chart:** + +```bash +$ helm install ./deploy/rbd/helm +``` + +The Helm chart deploys all of the required resources to use the CSI RBD driver. +After deploying the chart you can verify the deployment using the instructions +above for verifying the deployment with Kubernetes