We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917c4b3 commit 951e33fCopy full SHA for 951e33f
pkg/kubelet/kuberuntime/kuberuntime_manager.go
@@ -85,7 +85,6 @@ const (
85
identicalErrorDelay = 1 * time.Minute
86
// OpenTelemetry instrumentation scope name
87
instrumentationScope = "k8s.io/kubernetes/pkg/kubelet/kuberuntime"
88
-
89
)
90
91
var (
test/e2e/framework/pod/resize.go
@@ -50,7 +50,7 @@ const (
50
Cgroupv2CPURequest string = "/sys/fs/cgroup/cpu.weight"
51
CPUPeriod string = "100000"
52
MinContainerRuntimeVersion string = "1.6.9"
53
- MinRestartWaitPeriod int = 10
+ MinRestartWaitPeriod int = 10
54
55
56
0 commit comments