You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testname: Pod liveness probe, using tcp socket, no restart
164
+
Description: A Pod is created with liveness probe on tcp socket 8080. The http handler on port 8080 will return http errors after 10 seconds, but socket will remain open. Liveness probe MUST not fail to check health and the restart count should remain 0.
165
+
*/
166
+
It("should *not* be restarted with a tcp:8080 liveness probe [NodeConformance]", func() {
0 commit comments