mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-27 19:16:16 +00:00
hypothesis: The old userspace proxier would internally retry connections. The new one does not. When this test comes up, the firewall might not yet be open or something is causing a long delay and a timeout. I can't repro this failure locally, so I am shooting in the dark. It's sort of plausible. evidence: I can SSH into the jenkins master that is hung and I can see the hung curl. I can run that curl by hand and it works. I can see that my shell is in the same netns as that hung curl.
PLEASE NOTE: This document applies to the HEAD of the source tree
If you are using a released version of Kubernetes, you should refer to the docs that go with that version.
The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/examples/README.md).Documentation for other releases can be found at releases.k8s.io.
Kubernetes Examples: releases.k8s.io/HEAD
This directory contains a number of examples of how to run real applications with Kubernetes.
Demonstrations of how to use specific Kubernetes features can be found in our documents.