Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
# ceph --cluster ceph auth get-key client.kube
AQDabg9d4MBeIBAAaOhTjqsYpsNa4X10V0qCfw==
# kubectl create secret generic ceph-secret-kube \
--type="kubernetes.io/rbd" \
--from-literal=key=”AQDabg9d4MBeIBAAaOhTjqsYpsNa4X10V0qCfw=='' \
--namespace=kube-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment