jboss-dockerfiles / hawkular-apm

Open Source Monitoring and Management Platform
http://www.hawkular.org/
MIT License
6 stars 13 forks source link

Using docker-machine before oc cluster, allow insecure http calls #23

Closed jpkrohling closed 7 years ago

jpkrohling commented 7 years ago

For some reason still unknown to me, services can't see each other when running a normal oc cluster up. Running those within a VirtualBox via docker-machine seems to make it work fine. This is in line with the MSA instructions, although we here create a more powerful VM.

The other change is removing the requirement of HTTPS for the endpoints. As the cert is self-signed, the client would need to trust this cert, or call HTTP directly. At least for now, calling HTTP instead of HTTPS is preferable.

objectiser commented 7 years ago

@jpkrohling LGTM :+1: