Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 23, 2020 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/15bc39ee4c56ca71f85e6e0e07a4dce6 to your computer and use it in GitHub Desktop.
Save velotiotech/15bc39ee4c56ca71f85e6e0e07a4dce6 to your computer and use it in GitHub Desktop.
# ceph auth get-key client.admin
AQDyWw9dOUm/FhAA4JCA9PXkPo6+OXpOj9N2ZQ==
# kubectl create secret generic ceph-secret \
--type="kubernetes.io/rbd" \
--from-literal=key='AQDyWw9dOUm/FhAA4JCA9PXkPo6+OXpOj9N2ZQ==' \
--namespace=kube-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment