mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
e2e lifecycle: increase delay for restartable init containers
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
This commit is contained in:
parent
8833b4def0
commit
f7ea5f3fe1
@ -1161,7 +1161,7 @@ var _ = SIGDescribe(nodefeature.SidecarContainers, "Containers Lifecycle", func(
|
|||||||
Name: restartableInit1,
|
Name: restartableInit1,
|
||||||
Image: busyboxImage,
|
Image: busyboxImage,
|
||||||
Command: ExecCommand(restartableInit1, execCommand{
|
Command: ExecCommand(restartableInit1, execCommand{
|
||||||
Delay: 1,
|
Delay: 5,
|
||||||
ExitCode: 0,
|
ExitCode: 0,
|
||||||
}),
|
}),
|
||||||
RestartPolicy: &containerRestartPolicyAlways,
|
RestartPolicy: &containerRestartPolicyAlways,
|
||||||
@ -1232,7 +1232,7 @@ var _ = SIGDescribe(nodefeature.SidecarContainers, "Containers Lifecycle", func(
|
|||||||
Name: restartableInit1,
|
Name: restartableInit1,
|
||||||
Image: busyboxImage,
|
Image: busyboxImage,
|
||||||
Command: ExecCommand(restartableInit1, execCommand{
|
Command: ExecCommand(restartableInit1, execCommand{
|
||||||
Delay: 1,
|
Delay: 5,
|
||||||
ExitCode: 1,
|
ExitCode: 1,
|
||||||
}),
|
}),
|
||||||
RestartPolicy: &containerRestartPolicyAlways,
|
RestartPolicy: &containerRestartPolicyAlways,
|
||||||
@ -1371,7 +1371,7 @@ var _ = SIGDescribe(nodefeature.SidecarContainers, "Containers Lifecycle", func(
|
|||||||
Name: restartableInit1,
|
Name: restartableInit1,
|
||||||
Image: busyboxImage,
|
Image: busyboxImage,
|
||||||
Command: ExecCommand(restartableInit1, execCommand{
|
Command: ExecCommand(restartableInit1, execCommand{
|
||||||
Delay: 1,
|
Delay: 5,
|
||||||
ExitCode: 1,
|
ExitCode: 1,
|
||||||
}),
|
}),
|
||||||
RestartPolicy: &containerRestartPolicyAlways,
|
RestartPolicy: &containerRestartPolicyAlways,
|
||||||
@ -1564,7 +1564,7 @@ var _ = SIGDescribe(nodefeature.SidecarContainers, "Containers Lifecycle", func(
|
|||||||
Name: restartableInit1,
|
Name: restartableInit1,
|
||||||
Image: busyboxImage,
|
Image: busyboxImage,
|
||||||
Command: ExecCommand(restartableInit1, execCommand{
|
Command: ExecCommand(restartableInit1, execCommand{
|
||||||
Delay: 1,
|
Delay: 5,
|
||||||
ExitCode: 0,
|
ExitCode: 0,
|
||||||
}),
|
}),
|
||||||
RestartPolicy: &containerRestartPolicyAlways,
|
RestartPolicy: &containerRestartPolicyAlways,
|
||||||
@ -1638,7 +1638,7 @@ var _ = SIGDescribe(nodefeature.SidecarContainers, "Containers Lifecycle", func(
|
|||||||
Name: restartableInit1,
|
Name: restartableInit1,
|
||||||
Image: busyboxImage,
|
Image: busyboxImage,
|
||||||
Command: ExecCommand(restartableInit1, execCommand{
|
Command: ExecCommand(restartableInit1, execCommand{
|
||||||
Delay: 1,
|
Delay: 5,
|
||||||
ExitCode: 1,
|
ExitCode: 1,
|
||||||
}),
|
}),
|
||||||
RestartPolicy: &containerRestartPolicyAlways,
|
RestartPolicy: &containerRestartPolicyAlways,
|
||||||
@ -1786,7 +1786,7 @@ var _ = SIGDescribe(nodefeature.SidecarContainers, "Containers Lifecycle", func(
|
|||||||
Name: restartableInit1,
|
Name: restartableInit1,
|
||||||
Image: busyboxImage,
|
Image: busyboxImage,
|
||||||
Command: ExecCommand(restartableInit1, execCommand{
|
Command: ExecCommand(restartableInit1, execCommand{
|
||||||
Delay: 1,
|
Delay: 5,
|
||||||
ExitCode: 1,
|
ExitCode: 1,
|
||||||
}),
|
}),
|
||||||
RestartPolicy: &containerRestartPolicyAlways,
|
RestartPolicy: &containerRestartPolicyAlways,
|
||||||
@ -1985,7 +1985,7 @@ var _ = SIGDescribe(nodefeature.SidecarContainers, "Containers Lifecycle", func(
|
|||||||
Name: restartableInit1,
|
Name: restartableInit1,
|
||||||
Image: busyboxImage,
|
Image: busyboxImage,
|
||||||
Command: ExecCommand(restartableInit1, execCommand{
|
Command: ExecCommand(restartableInit1, execCommand{
|
||||||
Delay: 1,
|
Delay: 5,
|
||||||
ExitCode: 0,
|
ExitCode: 0,
|
||||||
}),
|
}),
|
||||||
RestartPolicy: &containerRestartPolicyAlways,
|
RestartPolicy: &containerRestartPolicyAlways,
|
||||||
@ -2055,7 +2055,7 @@ var _ = SIGDescribe(nodefeature.SidecarContainers, "Containers Lifecycle", func(
|
|||||||
Name: restartableInit1,
|
Name: restartableInit1,
|
||||||
Image: busyboxImage,
|
Image: busyboxImage,
|
||||||
Command: ExecCommand(restartableInit1, execCommand{
|
Command: ExecCommand(restartableInit1, execCommand{
|
||||||
Delay: 1,
|
Delay: 5,
|
||||||
ExitCode: 1,
|
ExitCode: 1,
|
||||||
}),
|
}),
|
||||||
RestartPolicy: &containerRestartPolicyAlways,
|
RestartPolicy: &containerRestartPolicyAlways,
|
||||||
@ -2199,7 +2199,7 @@ var _ = SIGDescribe(nodefeature.SidecarContainers, "Containers Lifecycle", func(
|
|||||||
Name: restartableInit1,
|
Name: restartableInit1,
|
||||||
Image: busyboxImage,
|
Image: busyboxImage,
|
||||||
Command: ExecCommand(restartableInit1, execCommand{
|
Command: ExecCommand(restartableInit1, execCommand{
|
||||||
Delay: 1,
|
Delay: 5,
|
||||||
ExitCode: 1,
|
ExitCode: 1,
|
||||||
}),
|
}),
|
||||||
RestartPolicy: &containerRestartPolicyAlways,
|
RestartPolicy: &containerRestartPolicyAlways,
|
||||||
|
Loading…
Reference in New Issue
Block a user