mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 14:45:28 +00:00
Merge pull request #106287 from Dragoncell/update_cadvisor_version
update cadvisor version in test
This commit is contained in:
@@ -54,7 +54,7 @@ const (
|
||||
// before test running so that the image pulling won't fail in actual test.
|
||||
var NodePrePullImageList = sets.NewString(
|
||||
imageutils.GetE2EImage(imageutils.Agnhost),
|
||||
"google/cadvisor:latest",
|
||||
"gcr.io/cadvisor/cadvisor:v0.43.0",
|
||||
"k8s.gcr.io/stress:v1",
|
||||
busyboxImage,
|
||||
"k8s.gcr.io/busybox@sha256:4bdd623e848417d96127e16037743f0cd8b528c026e9175e22a84f639eca58ff",
|
||||
|
@@ -56,7 +56,7 @@ import (
|
||||
|
||||
const (
|
||||
// resource monitoring
|
||||
cadvisorImageName = "google/cadvisor:latest"
|
||||
cadvisorImageName = "gcr.io/cadvisor/cadvisor:v0.43.0"
|
||||
cadvisorPodName = "cadvisor"
|
||||
cadvisorPort = 8090
|
||||
// housekeeping interval of Cadvisor (second)
|
||||
|
Reference in New Issue
Block a user