Logo
Explore Help
Sign In
mirrors/ceph-csi
1
0
Fork 0
You've already forked ceph-csi
mirror of https://github.com/ceph/ceph-csi.git synced 2025-05-21 06:46:42 +00:00
Code Issues Packages Projects Releases Wiki Activity
ceph-csi/examples/rbd/secret.yaml

13 lines
351 B
YAML
Raw Normal View History

Fix yamllint issues Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
2019-02-07 15:29:26 +05:30
---
added examples
2018-07-18 16:49:15 +02:00
apiVersion: v1
kind: Secret
metadata:
name: csi-rbd-secret
Fix yamllint issues Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
2019-02-07 15:29:26 +05:30
namespace: default
Modify RBD plugin to use a single ID and move the id and key into the secret RBD plugin needs only a single ID to manage images and operations against a pool, mentioned in the storage class. The current scheme of 2 IDs is hence not needed and removed in this commit. Further, unlike CephFS plugin, the RBD plugin splits the user id and the key into the storage class and the secret respectively. Also the parameter name for the key in the secret is noted in the storageclass making it a variant and hampers usability/comprehension. This is also fixed by moving the id and the key to the secret and not retaining the same in the storage class, like CephFS. Fixes #270 Testing done: - Basic PVC creation and mounting Signed-off-by: ShyamsundarR <srangana@redhat.com>
2019-06-01 17:26:42 -04:00
stringData:
# Key values correspond to a user name and its key, as defined in the
# ceph cluster. User ID should have required access to the 'pool'
# specified in the storage class
userID: <plaintext ID>
userKey: <Ceph auth key corresponding to ID above>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 30ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API