Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 23, 2020 09:44
Show Gist options
  • Save velotiotech/8b9f49439dc1f3aaf61f323ab0bfac2c to your computer and use it in GitHub Desktop.
Save velotiotech/8b9f49439dc1f3aaf61f323ab0bfac2c to your computer and use it in GitHub Desktop.
# 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