mirror of https://github.com/k3s-io/k3s
41 lines
981 B
JSON
41 lines
981 B
JSON
![]() |
{
|
||
![]() |
"apiVersion": "v1",
|
||
![]() |
"id": "rbdpd",
|
||
|
"kind": "Pod",
|
||
|
"metadata": {
|
||
|
"name": "rbd"
|
||
|
},
|
||
|
"spec": {
|
||
|
"containers": [
|
||
|
{
|
||
|
"name": "rbd-rw",
|
||
|
"image": "kubernetes/pause",
|
||
|
"volumeMounts": [
|
||
|
{
|
||
|
"mountPath": "/mnt/rbd",
|
||
|
"name": "rbdpd"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"volumes": [
|
||
|
{
|
||
|
"name": "rbdpd",
|
||
|
"rbd": {
|
||
|
"monitors": [
|
||
|
"10.16.154.78:6789",
|
||
|
"10.16.154.82:6789",
|
||
|
"10.16.154.83:6789"
|
||
|
],
|
||
|
"pool": "kube",
|
||
|
"image": "foo",
|
||
|
"user": "admin",
|
||
|
"keyring": "/etc/ceph/keyring",
|
||
|
"fsType": "ext4",
|
||
|
"readOnly": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|