Merge "CephFs-provisioner: fix cephfs storageclass"
This commit is contained in:
commit
038a6e58ae
@ -108,9 +108,9 @@ spec:
|
|||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: PVC_CEPH_CEPHFS_STORAGECLASS_USER_SECRET_NAME
|
- name: PVC_CEPH_CEPHFS_STORAGECLASS_USER_SECRET_NAME
|
||||||
value: {{ .Values.storageclass.cephfs.parameters.userSecretName }}
|
|
||||||
- name: PVC_CEPH_CEPHFS_STORAGECLASS_ADMIN_SECRET_NAME
|
|
||||||
value: {{ .Values.storageclass.cephfs.parameters.adminSecretName }}
|
value: {{ .Values.storageclass.cephfs.parameters.adminSecretName }}
|
||||||
|
- name: PVC_CEPH_CEPHFS_STORAGECLASS_ADMIN_SECRET_NAME
|
||||||
|
value: {{ .Values.secrets.keyrings.prov_adminSecretName }}
|
||||||
- name: PVC_CEPH_CEPHFS_STORAGECLASS_DEPLOYED_NAMESPACE
|
- name: PVC_CEPH_CEPHFS_STORAGECLASS_DEPLOYED_NAMESPACE
|
||||||
value: {{ .Values.storageclass.cephfs.parameters.adminSecretNamespace }}
|
value: {{ .Values.storageclass.cephfs.parameters.adminSecretNamespace }}
|
||||||
command:
|
command:
|
||||||
|
@ -135,6 +135,7 @@ pod:
|
|||||||
secrets:
|
secrets:
|
||||||
keyrings:
|
keyrings:
|
||||||
admin: ceph-client-admin-keyring
|
admin: ceph-client-admin-keyring
|
||||||
|
prov_adminSecretName: pvc-ceph-conf-combined-storageclass
|
||||||
|
|
||||||
network:
|
network:
|
||||||
public: 192.168.0.0/16
|
public: 192.168.0.0/16
|
||||||
@ -238,8 +239,7 @@ storageclass:
|
|||||||
name: cephfs
|
name: cephfs
|
||||||
parameters:
|
parameters:
|
||||||
adminId: admin
|
adminId: admin
|
||||||
userSecretName: pvc-ceph-cephfs-client-key
|
adminSecretName: pvc-ceph-cephfs-client-key
|
||||||
adminSecretName: pvc-ceph-conf-combined-storageclass
|
|
||||||
adminSecretNamespace: ceph
|
adminSecretNamespace: ceph
|
||||||
|
|
||||||
endpoints:
|
endpoints:
|
||||||
|
@ -46,8 +46,7 @@ examples:
|
|||||||
name: cephfs
|
name: cephfs
|
||||||
parameters:
|
parameters:
|
||||||
admin_id: admin
|
admin_id: admin
|
||||||
user_secret_name: "pvc-ceph-cephfs-client-key"
|
admin_secret_name: "pvc-ceph-cephfs-client-key"
|
||||||
admin_secret_name: "pvc-ceph-conf-combined-storageclass"
|
|
||||||
admin_secret_namespace: ceph
|
admin_secret_namespace: ceph
|
||||||
usage: |
|
usage: |
|
||||||
{{- range $storageclass, $val := .Values.storageclass }}
|
{{- range $storageclass, $val := .Values.storageclass }}
|
||||||
@ -77,11 +76,11 @@ examples:
|
|||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
metadata:
|
metadata:
|
||||||
name: cephfs
|
name: cephfs
|
||||||
provisioner: ceph.com/rbd
|
provisioner: ceph.com/cephfs
|
||||||
parameters:
|
parameters:
|
||||||
monitors: ceph-mon.<ceph-namespace>.svc.<k8s-domain-name>:6789
|
monitors: ceph-mon.<ceph-namespace>.svc.<k8s-domain-name>:6789
|
||||||
adminId: admin
|
adminId: admin
|
||||||
adminSecretName: pvc-ceph-conf-combined-storageclass
|
adminSecretName: pvc-ceph-cephfs-client-key
|
||||||
adminSecretNamespace: ceph
|
adminSecretNamespace: ceph
|
||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user