-
Story
-
Resolution: Done
-
Minor
-
DO280 - OCP 4.2 1 20200123
-
None
-
en-US (English)
URL:
Reporter RHNID: obohlen
Section: -
Language: en-US (English)
Workaround:
Description: Since the wildcard domain is hard to type and also the variable name is too long for a lot of delegates I recommend the following nice alias:
# get route
alias gr='oc get -o jsonpath="{ .spec.host }" route'
Usage:
lynx -dump $( gr hi )
curl $( gr hi )
This will get the hostname of the route called hi and lynx/curl on it.