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.
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.
Workaround: manually installing messaging and disabling the dependency.