This commit is contained in:
Daniel Shebib 2024-10-13 10:12:35 -05:00
parent 51883d5821
commit 266d1c886a

View File

@ -4250,8 +4250,8 @@ var _ = SIGDescribe(nodefeature.SidecarContainers, "Containers Lifecycle", func(
pod.Spec.InitContainers[1].Image = updatedImage pod.Spec.InitContainers[1].Image = updatedImage
}) })
//TODO verify this is the intended behavior // FIXME Consistently: this will be implemented in KEP 4438
//during termination of the regular and last restartable init container // During termination of the regular and last restartable init container
ginkgo.By("ensuring the restartable init container does not restart during termination", func() { ginkgo.By("ensuring the restartable init container does not restart during termination", func() {
gomega.Consistently(ctx, func() bool { gomega.Consistently(ctx, func() bool {
pod, err = client.Get(ctx, pod.Name, metav1.GetOptions{}) pod, err = client.Get(ctx, pod.Name, metav1.GetOptions{})