Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset host in Route resource #299

Open
6 tasks done
leochr opened this issue Dec 16, 2021 · 3 comments
Open
6 tasks done

Reset host in Route resource #299

leochr opened this issue Dec 16, 2021 · 3 comments
Assignees

Comments

@leochr
Copy link
Member

leochr commented Dec 16, 2021

Configure host for Route:

spec:
  expose: true
  route:
    host: mycompany-host

Created Route resource will get the host values

Then remove the route field

spec:
  expose: true

The Route resource still has the host value.

  • RCO
    • Fixed
    • Added tests
  • OLO
    • Fixed
    • Added tests
  • WLO
    • Fixed
    • Added tests
@leochr
Copy link
Member Author

leochr commented Apr 13, 2023

Changing this issue for route host onlly. Something to address in the future.
Route path not being removed issue is tracked/fixed via OpenLiberty/open-liberty-operator#363

@leochr leochr changed the title Remove host and path from Route resource Reset host in Route resource Apr 13, 2023
@idlewis
Copy link
Collaborator

idlewis commented Mar 15, 2024

This isn't quite done as some code should be common.
#618 does this for RCO, but OLO and WLO are also needed

@idlewis
Copy link
Collaborator

idlewis commented Apr 10, 2024

WASdev/websphere-liberty-operator#631
OpenLiberty/open-liberty-operator#567
Make the move to common code for OLO and WLO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants