Bug 1326189 - [userinterface_public_614]The path is not shown in pod template for httpGet probe
Summary: [userinterface_public_614]The path is not shown in pod template for httpGet p...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Management Console
Version: 3.x
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Samuel Padgett
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-12 06:19 UTC by Xingxing Xia
Modified: 2016-09-19 13:54 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-19 13:54:18 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Xingxing Xia 2016-04-12 06:19:27 UTC
Description of problem:
When dc/pod/rc specifies probe like:
readinessProbe:
  httpGet:
    path: /healthz
    port: 8080
In pod template page, the path is only shown as "/".

Version-Release number of selected component (if applicable):
fork_ami_openshift3_userinterface_console_1.3_210

How reproducible:
Always

Steps to Reproduce:
1. oc login, create project
2. Create dc:
$ oc new-app openshift/hello-openshift --name app-dc
3. On web console deployment page, click "Actions" --> "Edit Health Checks" --> "Add Readiness Probe", choose "HTTP" type, input "/healthz" in "Path", then "Save"
4. Turn to deployment page, check "Readiness Probe" in "Template" part.

Actual results:
4. It displays: Readiness Probe: GET / on port 8080 1s timeout.
(Check dc yaml, the path is already updated to "/healthz")

Expected results:
4. Should display the path: ... GET /healthz ...

Additional info:

Comment 1 Samuel Padgett 2016-04-12 14:19:14 UTC
https://github.com/jwforres/origin/pull/46

Comment 2 Samuel Padgett 2016-05-09 13:32:55 UTC
(In reply to Samuel Padgett from comment #1)
> https://github.com/jwforres/origin/pull/46

This has since merged to origin/master.

Comment 3 Xingxing Xia 2016-05-10 04:54:58 UTC
Verified in openshift v1.3.0-alpha.0-418-g38b0157. The path is shown in dc page and pod page now.


Note You need to log in before you can comment on or make changes to this bug.