Skip to content

Commit

Permalink
flake "kubelet terminates kube-apiserver gracefully extended"
Browse files Browse the repository at this point in the history
  • Loading branch information
atiratree committed Feb 18, 2025
1 parent 097dfb1 commit 1bb358d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/apiserver/graceful_termination.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var _ = g.Describe("[sig-api-machinery][Feature:APIServer][Late]", func() {
}
}
if len(finalMessageBuilder.String()) > 0 {
g.GinkgoT().Errorf("The following API Servers weren't gracefully terminated: %v", finalMessageBuilder.String())
result.Flakef("The following API Servers weren't gracefully terminated. Probably kubelet or CRI-O is not giving the time to cleanly shut down. This can lead to connection refused and network I/O timeout errors in other components.\n\n%s", finalMessageBuilder.String())
}
})

Expand Down

0 comments on commit 1bb358d

Please sign in to comment.