mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
This commit will update the pause version to 3.10.1 as per thread: https://kubernetes.slack.com/archives/CJH2GBF7Y/p1741674313893029 Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
24 lines
430 B
JSON
24 lines
430 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Pod",
|
|
"metadata": {
|
|
"name": "pod-with-precision"
|
|
},
|
|
"spec": {
|
|
"activeDeadlineSeconds": 2147483647,
|
|
"containers": [
|
|
{
|
|
"name": "kubernetes-pause",
|
|
"image": "registry.k8s.io/pause:3.10.1"
|
|
}
|
|
],
|
|
"restartPolicy": "Never",
|
|
"securityContext": {
|
|
"supplementalGroups": [
|
|
0,
|
|
1000030003,
|
|
2147483647
|
|
]
|
|
}
|
|
}
|
|
}
|