Hee Won Lee

Results 5 comments of Hee Won Lee

It is assumed that the user of this guide is ceph admin. When you want to attach to a pod a volume by the PVC with Dynamic Provisioning approach, you...

TROUBLESHOOTING.md is offered to share the issues that I encountered. It is likely to have many different causes for a similar symptom. Use this document just for reference. Hee Won...

Please check that you have a secret named "pvc-ceph-conf-combined-storageclass" by: kubectl get secret -n ceph This secret is supposed to be created in your previous step as follows: ./helm-install-ceph.sh ceph...

The output should be similar to the following: ``` $ kubectl -n ceph exec -it ceph-mon-0 -- ceph -s cluster: id: b007e867-c1ce-4076-b898-8a9af337a346 health: HEALTH_WARN crush map has straw_calc_version=0 Degraded data...

"kubectl get jobs ceph-secret-generator -n ceph" was wrong, so I fixed it. For verification, you can run the followings: ``` kubectl get jobs ceph-test-job kubectl describe job ceph-test-job ``` Please...