mirror of https://github.com/k3s-io/k3s
remove unused constant
parent
3b4424ce8c
commit
249439f6a6
|
@ -156,14 +156,6 @@ const (
|
||||||
currentPodInfraContainerImageName = "gcr.io/google_containers/pause"
|
currentPodInfraContainerImageName = "gcr.io/google_containers/pause"
|
||||||
currentPodInfraContainerImageVersion = "3.0"
|
currentPodInfraContainerImageVersion = "3.0"
|
||||||
|
|
||||||
// How long each node is given during a process that restarts all nodes
|
|
||||||
// before the test is considered failed. (Note that the total time to
|
|
||||||
// restart all nodes will be this number times the number of nodes.)
|
|
||||||
RestartPerNodeTimeout = 5 * time.Minute
|
|
||||||
|
|
||||||
// How often to Poll the statues of a restart.
|
|
||||||
RestartPoll = 20 * time.Second
|
|
||||||
|
|
||||||
// How long a node is allowed to become "Ready" after it is restarted before
|
// How long a node is allowed to become "Ready" after it is restarted before
|
||||||
// the test is considered failed.
|
// the test is considered failed.
|
||||||
RestartNodeReadyAgainTimeout = 5 * time.Minute
|
RestartNodeReadyAgainTimeout = 5 * time.Minute
|
||||||
|
|
Loading…
Reference in New Issue