-
Notifications
You must be signed in to change notification settings - Fork 243
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
odo dev
cannot handle additional resources created for resources present in the Devfile
#6373
Comments
Isn't this duplicate to #6275 ?? |
Not a duplicate precisely, but an issue that I discovered while working on that issue. Even though odo manages to identify resources that are related to the Devfile, it still fails to identify related resources. For eg, creating a Service might create Endpoints or EndpointSlice, but odo fails to identify them and starts to delete them. |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
I just tried to see if this (High priority) issue could eventually be reopened, but I could not reproduce it using
Please feel free to reopen if you think otherwise. |
/kind bug
What versions of software are you using?
Operating System:
Fedora 35
Output of
odo version
:How did you run odo exactly?
Use this Devfile
odo dev
.Actual behavior
odo dev
deletes Endpoints and EndpointSlice created for the Service insideouterloop-deploy
Devfile component because they are not present in the Devfile, even though their related Service is.Expected behavior
It should not try to delete the resources created for the service. It should be able to identify the resources associated with any resource present within the Devfile.
Any logs, error output, etc?
Error Output:
The text was updated successfully, but these errors were encountered: