-
Notifications
You must be signed in to change notification settings - Fork 789
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
Deck pod in crash loop when using Tekton #3353
Comments
@rawlingsj I have just observed this happen on a fresh cluster. It looks like the cluster auto-scaled down from three to two running nodes triggering a restart of a number of Pods as they were flushed from the terminating node. After this, I ended up with one working deck pod and one in a crash loop. The failed pod is repeating this error once per second so it should probably have a Circuit Breaker too.
|
Confirmed. If you scale the Deployment for deck down to zero and back up again, it fails to recover. Oops! |
I am having the same issue when installing NextGen cluster Anyway I see in the configmap "config" that the agent specified is tekton, but it seems that is not supported or not recognized as valid value:
Could it be related to Prow not supporting Tekton Pipelines?? (tektoncd/pipeline#537). |
I'm having the same issue when using Did anyone found a way to resolve this? |
Issues go stale after 90d of inactivity. |
Stale issues rot after 30d of inactivity. |
Summary
I am looking at a test cluster that is about 15hrs old. It was created and has had a single golang-http quickstart executed against it shortly after setup.
I am seeing two deck pods, with one in long term CrashLoopBackOff:
The failing pod reports:
And the container log is:
Steps to reproduce the behavior
Create cluster instance with:
Then run a single quickstart:
Expected behavior
Pod to restart after failure.
Actual behavior
Zombie Pod
Jx version
The output of
jx version
is:Jenkins type
The text was updated successfully, but these errors were encountered: