]
Andre Dietisheim commented on JBIDE-25871:
------------------------------------------
OSO now behaves correctly again, no weirdness/slowness any more. But I cannot reproduce
this.
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
Assignee: Andre Dietisheim
Labels: rsync, server_adapter, springboot
Fix For: 4.5.3.Final
Attachments: fuse-on-openshift.zip, pod-running.png, rsync-fails.png
# ASSERT: have project *camel-ose-springboot-xml* imported to your workspace (from
attached archive fuse-on-openshift)
# ASSERT: have a connection to
https://console.starter-us-east-2.openshift.com with a
project *<username>-stage*
# EXEC: deploy project *camel-ose-springboot-xml* 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*
!pod-running.png!
# EXEC: create a server adapter for your service *camel-ose-springboot-xml*
# ASSERT: adapter starts automatically and starts to sync local project to OpenShift
Result:
RSync fails, you're told that the container has no strategy for syncing, neither
rsync nor tar are available.
!rsync-fails.png!