-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
flake: jenkins-plugin test imagestream SCM DSL #17487
Comments
@bparees: looks like the deployment controller redeployed the Jenkins master pod unexpectedly mid-test.
|
@mfojtik unexpected/undesired deployment changes have been an issue the devex tests have smoked out before and turned out to be significant bugs. Can you please make sure someone triages this with high urgency so we don't end up in the same situation again? |
@tnozicka ^ we need to dig why deployer pod disappeared, might be some GC regression? |
@mfojtik deployer controller deleted the pod and for that it had to reach state Complete (v1.PodSucceeded) to trigger the error message after the pod would have to transition back to phase pending. Normally I would say impossible but it isn't long we had this #17011
|
@tnozicka I still think there's problems here. See:
Why did the RC suddenly delete jenkins-1-hrklq?
|
kubelet still seems to have issues #17595 pod.status.phase can make invalid transitions; if DC sees failed deployer pod it will delete it |
logs are already gone, but this has been likely caused by the kubelet pod state transition issues we track in another issue. Feel free to reopen if you see it again. |
The text was updated successfully, but these errors were encountered: