1{ 2 "apiVersion": "v1", 3 "kind": "Pod", 4 "metadata": { 5 "name": "pod-with-precision" 6 }, 7 "spec": { 8 "activeDeadlineSeconds": 2147483647, 9 "containers": [ 10 { 11 "name": "kubernetes-pause", 12 "image": "registry.k8s.io/pause:3.9" 13 } 14 ], 15 "restartPolicy": "Never", 16 "securityContext": { 17 "supplementalGroups": [ 18 0, 19 1000030003, 20 2147483647 21 ] 22 } 23 } 24}