set dns policy in csi plugin so storage class can use mons' FQDN

Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
Huamin Chen
2018-09-19 14:37:58 +00:00
parent 0883596574
commit 4453cfce5b
4 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,7 @@ metadata:
provisioner: csi-cephfsplugin
parameters:
# Comma separated list of Ceph monitors
# if using FQDN, make sure csi plugin's dns policy is appropriate.
monitors: mon1:port,mon2:port,...
# For provisionVolume: "true":

View File

@ -5,6 +5,7 @@ metadata:
provisioner: csi-rbdplugin
parameters:
# Comma separated list of Ceph monitors
# if using FQDN, make sure csi plugin's dns policy is appropriate.
monitors: mon1:port,mon2:port,...
# Ceph pool into which the RBD image shall be created