We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b24eb5 commit bc746b0Copy full SHA for bc746b0
1 file changed
docs/design-proposals/pv.md
@@ -412,7 +412,12 @@ MON_IP=$(docker exec kube-master route | grep default | awk '{print $2}')
412
CEPH_PUBLIC_NETWORK=${MON_IP}/16
413
docker run -d --net=host -e MON_IP=${MON_IP} \
414
-e CEPH_PUBLIC_NETWORK=${CEPH_PUBLIC_NETWORK} \
415
- --name ceph_cluster docker.io/ceph/demo
+ -e CEPH_DEMO_UID=foo \
416
+ -e CEPH_DEMO_ACCESS_KEY=foo \
417
+ -e CEPH_DEMO_SECRET_KEY=foo \
418
+ -e CEPH_DEMO_BUCKET=foo \
419
+ -e DEMO_DAEMONS="osd mds" \
420
+ --name ceph_cluster docker.io/ceph/daemon demo
421
```
422
423
Create a pool there:
0 commit comments