mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 22:05:59 +00:00
linter
This commit is contained in:
parent
51883d5821
commit
266d1c886a
@ -4250,8 +4250,8 @@ var _ = SIGDescribe(nodefeature.SidecarContainers, "Containers Lifecycle", func(
|
||||
pod.Spec.InitContainers[1].Image = updatedImage
|
||||
})
|
||||
|
||||
//TODO verify this is the intended behavior
|
||||
//during termination of the regular and last restartable init container
|
||||
// FIXME Consistently: this will be implemented in KEP 4438
|
||||
// During termination of the regular and last restartable init container
|
||||
ginkgo.By("ensuring the restartable init container does not restart during termination", func() {
|
||||
gomega.Consistently(ctx, func() bool {
|
||||
pod, err = client.Get(ctx, pod.Name, metav1.GetOptions{})
|
||||
|
Loading…
Reference in New Issue
Block a user