mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 09:50:18 +00:00
25 lines
484 B
JSON
25 lines
484 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Pod",
|
|
"metadata": {
|
|
"name": "pod-with-precision"
|
|
},
|
|
"spec": {
|
|
"activeDeadlineSeconds": 2147483647,
|
|
"containers": [
|
|
{
|
|
"name": "kubernetes-pause",
|
|
"image": "k8s.gcr.io/pause:3.1"
|
|
}
|
|
],
|
|
"restartPolicy": "Never",
|
|
"securityContext": {
|
|
"supplementalGroups": [
|
|
0,
|
|
1000030003,
|
|
2147483647
|
|
]
|
|
}
|
|
}
|
|
}
|