This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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