Syndesis is a flexible, customizable platform that provides core integration capabilities as a service. It can be run on the cloud or on premises with OpenShift or Kubernetes, is fully extensible and, best of all, is open source.
Questions tagged [syndesis]
13 questions
3
votes
0 answers
Install syndesis on Windows when minishift is installed
I have some problems to install syndesis on Windows.
My configuration is Win10 64bits with minishift installed.
minishift and oc commands works from command line.
I have started the OpenShift server and I can connect it with web browser.
I tried…

user13501164
- 31
- 2
3
votes
1 answer
How to install syndesis (stable) on minishift
I'm trying to install syndesis on minishift following the official guides.
Installed minishift on ubuntu, no issues. Next I've tried
./syndesis minishift --install. In the end it says I have to run local dev builds for sysdesis-server syndesis-ui,…

ra74
- 129
- 1
- 10
2
votes
1 answer
How so I install Syndesis on OpenShift when I don't have cluster:admin rights. Is this even possilble?
I've build Syndesis from source on my local machine and I now want to deploy it to a remote OpenShift in a shiny new namespace.
I've tried:
$ syndesis install -p kurt --local
ERROR: No CRD Syndesis installed or not enough permissions to read them.…

KurtStam
- 61
- 3
2
votes
1 answer
Where can I find the instructions to install Syndesis in my local infrastructure?
I'd like to try out Syndesis to create some integrations. I like the low code aspect of Syndesis but I can't find the instructions on how to get started.

Zoran Regvart
- 4,630
- 22
- 35
1
vote
1 answer
Syndesis build error: Cannot access cluster for detecting mode
When trying to build syndesis I got this error that prevents me to build the images:
[INFO] --- fabric8-maven-plugin:3.5.38:build (build) @ meta ---
[INFO] F8: Using OpenShift build with strategy S2I
[WARNING] F8: Cannot access cluster for detecting…

María Arias de Reyna Domínguez
- 305
- 4
- 21
1
vote
2 answers
How to free space from local minishift environment?
I've followed the FAQ to free space from local minishift syndesis environment. However, still the minishift status shows disk usage above 80%. Any further hints?

Squake
- 370
- 2
- 10
1
vote
1 answer
Unable to build the image using the OpenShift build service: Timeout: request did not complete within 1m0s
I'm trying to build Syndesis with the following command:
syndesis build -m s2i -i -d -f -c --clean-cache
But after building most of the projects, I got a final error:
[ERROR] Failed to execute goal
io.fabric8:fabric8-maven-plugin:3.5.38:build…

María Arias de Reyna Domínguez
- 305
- 4
- 21
1
vote
1 answer
Unable to build the image using the OpenShift build service: Can't instantiate binary build, due to error reading/writing stream
When I try to execute a build of the images of Syndesis using Minishift, it finishes with this error:
[ERROR] Failed to execute goal
io.fabric8:fabric8-maven-plugin:3.5.38:build (exec) on project s2i:
Failed to execute the build: Unable to build…

María Arias de Reyna Domínguez
- 305
- 4
- 21
0
votes
0 answers
can syndesis be installed on Vanila kubernetes or EKS
I was thinking whether Syndesis can be installed on vanila Kubernetes or a EKS? all documentation and videos talk only about OpenShift/MiniShift setups while the iPaaS is mentioned as Kubernetes native.

Sony Joseph
- 189
- 2
- 13
0
votes
1 answer
Install issue with minishift and syndesis on linux
Running on Suse Leap 15.2. I have a fresh install of minishift using kvm which is working fine, however when I try to install syndesis it gets through the initial install OK but then it dies while apparantly trying to do a push to my local…

SilverZippo
- 1
- 2
0
votes
2 answers
Syndesis (Fuse-online) Integration build failed for unknown host "maven1.repo.org"
We installed fuse-online 7.4 on openshift 3.11. We created an integration containing an OpenApiProvider connection and an SQL connection.
When we publish the integration, the build fails with the following error:
"repo1.maven.org: Name or service…

Claudio Campisi
- 25
- 4
0
votes
1 answer
Getting 404 on existing Syndesis API endpoint for creating db snapshot
I'm getting back a 404 for an endpoint in the Syndesis API, namely /api/v1/test-support/snapshot-db, which allows you to create a snapshot of the db.
On Restlet, I added the proper _oauth_proxy cookie, and issued a GET to…

Rei
- 47
- 3
- 7
-2
votes
1 answer
Will Java 11 and onwards be supported by Syndesis?
I was quite surprised that the only options of Java supported by Syndesis are 8 and 9. Was wondering if more modern editions will be supported any time soon?
Thanks in advance!

Alexey Buistov
- 209
- 2
- 4
- 11