bump pause to 3.2 in hack/
This commit is contained in:
parent
3fb7183215
commit
53da837872
42
hack/testdata/pod-with-precision.json
vendored
42
hack/testdata/pod-with-precision.json
vendored
@ -1,24 +1,24 @@
|
|||||||
{
|
{
|
||||||
"apiVersion": "v1",
|
"apiVersion": "v1",
|
||||||
"kind": "Pod",
|
"kind": "Pod",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "pod-with-precision"
|
"name": "pod-with-precision"
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"activeDeadlineSeconds": 2147483647,
|
"activeDeadlineSeconds": 2147483647,
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "kubernetes-pause",
|
"name": "kubernetes-pause",
|
||||||
"image": "k8s.gcr.io/pause:3.1"
|
"image": "k8s.gcr.io/pause:3.2"
|
||||||
}
|
|
||||||
],
|
|
||||||
"restartPolicy": "Never",
|
|
||||||
"securityContext": {
|
|
||||||
"supplementalGroups": [
|
|
||||||
0,
|
|
||||||
1000030003,
|
|
||||||
2147483647
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"restartPolicy": "Never",
|
||||||
|
"securityContext": {
|
||||||
|
"supplementalGroups": [
|
||||||
|
0,
|
||||||
|
1000030003,
|
||||||
|
2147483647
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user