OpenLiberty / guide-okd

(Deprecated) A guide on how to use Minishift to deploy microservices to an Origin Community Distribution of Kubernetes (OKD) cluster.
https://openliberty.io/guides/okd.html
2 stars 2 forks source link

User Review #14

Closed edavidj closed 4 years ago

edavidj commented 4 years ago

Functional Issues:

Preferences/Ease of use:

MaiHameed commented 4 years ago

To give a direct copy paste for the curl commands when testing routes can use: curl http://$(oc get route system-route -o jsonpath="{ .spec.host }")/system/properties but it's a little ugly so might be better to leave as is.

We usually avoid this so that the commands are more intuitive in a learning environment.

MaiHameed commented 4 years ago

When using a new minishift instance (v1.33 not v1.34) I was unable to docker login to the registry. This issue was fixed by running minishift docker-env followed by eval $(minishift docker-env).

Will be addressed with a PR

MaiHameed commented 4 years ago

Closing since the final change is already requested in the SME review.