The syndesis-server pod fails to start on OCP4
See original GitHub issueThis is a…
[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[*] Bug report
[ ] Documentation issue or request
Description
I deployed the Syndesis Operator on an OpenShift cluster created by the OpenShift installer. The operator was deployed successfully after the following commands:
$ oc new-project syndesis
$ oc apply -f deploy/syndesis-crd.yml
$ oc apply -f deploy/syndesis-operator.yml
$ oc get templates -n syndesis
$ oc process syndesis-operator -p NAMESPACE=syndesis | oc create -f -
I then applied the Syndesis CR:
$ oc apply -f deploy/syndesis.yml
I then performed a search for available routes and found that a syndesis and todo route existed:
$ oc get routes
NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
syndesis syndesis-syndesis2.apps.agreene2.devcluster.openshift.com syndesis-oauthproxy 8443 reencrypt/Redirect None
todo todo-syndesis-syndesis2.apps.agreene2.devcluster.openshift.com / todo 8080 edge/Allow None
Visiting the syndesis route showed that requests for integrations and reservations were failing:
Failing Integration Requests: syndesis-syndesis.apps.clusteranik120.devcluster.openshift.com/api/v1/metrics/integrations
Failing Reservation Requests: syndesis-syndesis.apps.clusteranik120.devcluster.openshift.com/api/v1/event/reservations
A quick review of the running pods showed that the syndesis-server pod kept restarting and could not reach a running state, the logs from a short lived pod are attached as syndesis-server.txt
Issue Analytics
- State:
- Created 5 years ago
- Comments:19 (7 by maintainers)
Top Results From Across the Web
etcd pod is failing to start after updating to OpenShift ...
Issue. After updating to OCP 4.9.28 or 4.10.9 (or later) one etcd pod is failing to start and the etcd operator is in...
Read more >Investigating pod issues - Troubleshooting | Support
Understanding pod error states; Reviewing pod status; Inspecting pod and container logs; Accessing running pods; Starting debug pods with root access ...
Read more >syndesisio/community - Gitter
As I was faceing issues while building the project I've just started from clean I ... and the pod syndesis-server raised the error...
Read more >How do I debug an application that fails to start up?
OpenShift will indicate this by setting the status of the pod to ... To debug a container that will not start you can...
Read more >Jobs | Kubernetes
When you delete the job using kubectl , all the pods it created are deleted too. By default, a Job will run uninterrupted...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I created a branch
ocp4
from master. Let’s consolidate changes there. I am working on changes for the CA cert issue.Good catch @anik120 !