]
Andre Dietisheim updated JBIDE-25871:
-------------------------------------
Attachment: rsync-fails.png
Server adapter: spring-boot-camel-xml adapter cannot rsync: no rsync
nor tar available
--------------------------------------------------------------------------------------
Key: JBIDE-25871
URL:
https://issues.jboss.org/browse/JBIDE-25871
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.AM3
Reporter: Andre Dietisheim
Attachments: pod-running.png, rsync-fails.png
# ASSERT: have a connection to
https://console.starter-us-east-2.openshift.com with a
project *<username>-stage*
# EXEC: deploy project "fuse-on-openshift" project via fabric-8 maven plugin:
{code}
mvn clean install fabric8:deploy \
-Dkubernetes.master=https://console.starter-us-east-2.openshift.com \
-Dkubernetes.namespace=adietish-stage \
-Dkubernetes.auth.basic.username=<username> \
-Dkubernetes.auth.basic.password=<password> \
-Dfabric8.mode=openshift \
-Dkubernetes.trust.certificates=true \
-Dfabric8.build.strategy=s2i \
-Dkubernetes.auth.tryServiceAccount=false \
-Dfabric8.generator.from=fabric8/s2i-java \
-Dfabric8.generator.fromMode=docker \
-Dkubernetes.auth.tryKubeConfig=false
{code}
# ASSERT: you have a pod running for a service *camel-ose-springboot-xml*