Closed edavidj closed 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.
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
Closing since the final change is already requested in the SME review.
Functional Issues:
minishift docker-env
followed byeval $(minishift docker-env)
.Preferences/Ease of use:
docker login
by running$(<command>)
instead of`<command>`
.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.