ceph / ceph-helm

Curated applications for Kubernetes
Apache License 2.0
108 stars 36 forks source link

add rbac rules for ceph chart #18

Closed rootfs closed 7 years ago

rootfs commented 7 years ago

@alram @dmick PTAL (and test)

alram commented 7 years ago

Just gone one issue creating the storageclass: Error: release ceph failed: User "system:serviceaccount:kube-system:default" cannot create storageclasses.storage.k8s.io at the cluster scope. (post storageclasses.storage.k8s.io)

The rest seems fine.

rootfs commented 7 years ago

that's odd, storageclass is set at cluster scope and bound to kube-system:default

rootfs commented 7 years ago

@alram fixed, storageclass should be clusterrolebinding, thanks for testing!

dmick commented 7 years ago

Man that's a lot of configuration data

rootfs commented 7 years ago

write a debug note here so I can remind me when I forget.