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.
2 parents 99af708 + 23b91b8 commit 2c6597aCopy full SHA for 2c6597a
test/e2e/apps/daemon_restart.go
@@ -51,7 +51,6 @@ const (
51
restartPollInterval = 5 * time.Second
52
restartTimeout = 10 * time.Minute
53
numPods = 10
54
- sshPort = 22
55
// ADD represents the ADD event
56
ADD = "ADD"
57
// DEL represents the DEL event
test/e2e/autoscaling/cluster_autoscaler_scalability.go
@@ -42,10 +42,7 @@ const (
42
memoryReservationTimeout = 5 * time.Minute
43
largeResizeTimeout = 8 * time.Minute
44
largeScaleUpTimeout = 10 * time.Minute
45
- largeScaleDownTimeout = 20 * time.Minute
46
- minute = 1 * time.Minute
47
-
48
- maxNodes = 1000
+ maxNodes = 1000
49
)
50
type clusterPredicates struct {
0 commit comments