-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[k8s.io] Kubectl client [k8s.io] Simple pod should support inline execution and attach {Kubernetes e2e suite} #28845
Comments
@cjcullen this is not test-specific issue and instead is a problem with kubectl trying to use the discovery client to get a list of the apiserver's resources. Somewhere along the line, it's receiving a 404 when it shouldn't be. Without GKE master logs, it will be impossible to track this down. I'm reassigning to you for now but I'd be happy to help if there's some way to get at the master logs. |
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/11985/ Failed: [k8s.io] Kubectl client [k8s.io] Simple pod should support inline execution and attach {Kubernetes e2e suite}
|
Builds: Failed: [k8s.io] Kubectl client [k8s.io] Simple pod should support inline execution and attach {Kubernetes e2e suite}
|
[FLAKE-PING] @cjcullen This flaky-test issue would love to have more attention... |
@cjcullen This has been marked with the "needs attention" label and needs to be addressed for the 1.4 release. Could you please
Once you or the new owner update this issue and are actively working on it, you can remove the "needs attention" label. |
I'll take a look tomorrow. |
This may be correlated with #32009 and the attendant ones. This is older than that particular error, but it may be the same symptom on either end. Those are not GKE specific though, so it could be a different failure, but manifesting in the same way. |
[FLAKE-PING] @cjcullen This flaky-test issue would love to have more attention. |
Failed: [k8s.io] Kubectl client [k8s.io] Simple pod should support inline execution and attach {Kubernetes e2e suite}
|
Different failure now. |
There have been races in attach before - I know we carry patches on Docker 1.10 to deal with some of them. It could also be something fixed in 1.4 that we didn't backport because of complexity. The docker version in the 1.3.7-beta.0 tests on gke-staging-parallel is
|
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/11060/
Failed: [k8s.io] Kubectl client [k8s.io] Simple pod should support inline execution and attach {Kubernetes e2e suite}
Previous issues for this test: #26324 #27715
The text was updated successfully, but these errors were encountered: