You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
NDK BlogNDK Blog
Kubernetes dynamic volume provisioning using Ceph as storage backend
IntroductionAs you might already known, in Kubernetes we can use Persisten Volumes (PV) for the Pod storage resource. PV is a piece of storage in the cluster that has been provisioned by an administra
However, if you are using a self-hosted cluster, using kubeadm for example, you might face a problem with missing ceph driver in the Controller Manager.
Error: "failed to create rbd image: executable file not found in $PATH, command output:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Define adm image.
Reference : https://blog.ndk.name/kubernetes-dynamic-volume-provisioninig-using-ceph-as-storage-backend/
NDK BlogNDK Blog
Kubernetes dynamic volume provisioning using Ceph as storage backend
IntroductionAs you might already known, in Kubernetes we can use Persisten Volumes (PV) for the Pod storage resource. PV is a piece of storage in the cluster that has been provisioned by an administra
However, if you are using a self-hosted cluster, using kubeadm for example, you might face a problem with missing ceph driver in the Controller Manager.
Error: "failed to create rbd image: executable file not found in $PATH, command output:
The text was updated successfully, but these errors were encountered: