Bug 1783179 - If env var is set after first component push then route URL doesn't work after editing the source
Summary: If env var is set after first component push then route URL doesn't work afte...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat odo for OpenShift Container Platform
Classification: Red Hat
Component: rhodo
Version: 1.0.x
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Tomáš Král
QA Contact: Amit
Yana Hontyk
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-12-13 08:30 UTC by Amit
Modified: 2019-12-19 11:49 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-12-19 11:49:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift odo issues 2371 0 None None None 2019-12-13 08:30:00 UTC

Description Amit 2019-12-13 08:30:01 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:

odo component create java
odo push
odo config set --env foo=bar
#create route
odo push
#Access the route URL     <------------- Works
#edit java source code
odo push 
#Access the app URL     <------------- Breaks

Actual results:


Expected results:


Additional info:

Comment 1 Amit 2019-12-13 08:44:11 UTC
(In reply to Amit from comment #0)
> Description of problem:
> If env var is set after first component push then route URL doesn't work after editing the source
> 
> Version-Release number of selected component (if applicable):
> 
> 
> How reproducible:
> 
> 
> Steps to Reproduce:
> 
> odo component create java
> odo push
> odo config set --env foo=bar
> #create route
> odo push
> #Access the route URL     <------------- Works
> #edit java source code
> odo push 
> #Access the app URL     <------------- Breaks
> 
> Actual results:
> 
> 
> Expected results:
> 
> 
> Additional info:

Comment 2 Tomáš Král 2019-12-19 11:49:46 UTC
Unable to reproduce, see https://github.com/openshift/odo/issues/2371#issuecomment-567014387 for more information


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