-
Story
-
Resolution: Can't Do
-
Major
-
DO280 - OSE 3.0 2 20160126, DO280 - OSE 3.0 1 20151019
-
None
-
8
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)
Workaround:
Description: Demo 8.1 webhooks - Step 4 why not waiting the application pod to start and test the application?
[student@workstation ~]$ oc get pod
NAME READY STATUS RESTARTS AGE
test-1-5b5cu 1/1 Running 0 4m
test-1-build 0/1 ExitCode:0 0 5m
[student@workstation ~]$ oc expose svc test --hostname=test.cloudapps0.example.com
NAME HOST/PORT PATH SERVICE LABELS TLS TERMINATION
test test.cloudapps0.example.com test app=test
[student@workstation ~]$ curl http://test.cloudapps0.example.com
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<p>Webhook</p>
</body>
</html>
- relates to
-
PTL-9128 DO280-245: Remaining bugs for the next release
- Closed