mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +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
|
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{})
|
||||||
|
Loading…
Reference in New Issue
Block a user