fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.76k stars 504 forks source link

Failing integration test for quickstart spring-boot-camel-amq #6306

Open iscra opened 8 years ago

iscra commented 8 years ago

The quickstart project uses Arquilian extension. This seems to try install mvn:io.fabric8.ipaas.packages/messaging/${fabric8-ipaas.version}/json/kubernetes as dependency.

Kubernetes can't deploy the pods, error see below.

The issue seems to be that the images are pulled from private docker, which does not include them.

Failed to pull image "10.3.0.126:80/fabric8/message-broker:2.2.147": image pull failed for 10.3.0.126:80/fabric8/message-broker:2.2.147, this may be because there are no credentials on this request. details: (Error: image fabric8/message-broker not found)

Workaround: manually installing messaging and disabling the dependency.

rawlingsj commented 8 years ago

I can see two possible solutions:

I think the latter is probably the best but not sure what config is needed yet.