mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
bump pause to 3.2 in kubelet
This commit is contained in:
parent
a00a1e39ef
commit
1631825e44
@ -245,14 +245,14 @@ func TestBuildKubeletArgMap(t *testing.T) {
|
|||||||
nodeRegOpts: &kubeadmapi.NodeRegistrationOptions{
|
nodeRegOpts: &kubeadmapi.NodeRegistrationOptions{
|
||||||
CRISocket: "/var/run/dockershim.sock",
|
CRISocket: "/var/run/dockershim.sock",
|
||||||
},
|
},
|
||||||
pauseImage: "gcr.io/pause:3.1",
|
pauseImage: "gcr.io/pause:3.2",
|
||||||
execer: cgroupfsCgroupExecer,
|
execer: cgroupfsCgroupExecer,
|
||||||
isServiceActiveFunc: serviceIsNotActiveFunc,
|
isServiceActiveFunc: serviceIsNotActiveFunc,
|
||||||
},
|
},
|
||||||
expected: map[string]string{
|
expected: map[string]string{
|
||||||
"network-plugin": "cni",
|
"network-plugin": "cni",
|
||||||
"cgroup-driver": "cgroupfs",
|
"cgroup-driver": "cgroupfs",
|
||||||
"pod-infra-container-image": "gcr.io/pause:3.1",
|
"pod-infra-container-image": "gcr.io/pause:3.2",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
// When these values are updated, also update test/e2e/framework/util.go
|
// When these values are updated, also update test/e2e/framework/util.go
|
||||||
defaultPodSandboxImageName = "k8s.gcr.io/pause"
|
defaultPodSandboxImageName = "k8s.gcr.io/pause"
|
||||||
defaultPodSandboxImageVersion = "3.1"
|
defaultPodSandboxImageVersion = "3.2"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -38,7 +38,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultSandboxImage = "k8s.gcr.io/pause:3.1"
|
defaultSandboxImage = "k8s.gcr.io/pause:3.2"
|
||||||
|
|
||||||
// Various default sandbox resources requests/limits.
|
// Various default sandbox resources requests/limits.
|
||||||
defaultSandboxCPUshares int64 = 2
|
defaultSandboxCPUshares int64 = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user