-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ceph quickstart #19
base: develop
Are you sure you want to change the base?
Conversation
NAME TYPE DATA AGE | ||
ceph-secret Opaque 1 19m | ||
``` | ||
1. 添加ceph-secret,从管理获取ceph集群的secret,并替换下面命令中的`<ceph-secret>`变量 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不能直接从文件生成secret么?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
```bash | ||
echo -n "<ceph-secret>" | base64 | ||
``` | ||
将上面命令输出的base64编码替换`ceph-secret.yaml`中的<key> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ceph-secret.yaml 文件名字错了。
No description provided.