-
Notifications
You must be signed in to change notification settings - Fork 244
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
Pods are terminated and new pods started on initial odo link and every subsequent odo push #3803
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
On odo v2.0.4, I'm still seeing this. That is, I do:
I can gather some more logs if it helps, but since @dharmit had said this was a low priority during refactoring I'll wait for him to ask first. Thanks. |
This is a problem on odo side but, tbh, I have not dug into this because...
We're working on changing the experience with /remove-priority low |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
@ajm01 @scottkurz are you still facing this problem? |
I think that this issue is fixed by #4819:
|
Closing this issue. @ajm01 @scottkurz if you folks are still facing problems, feel free to reopen it. /close |
@dharmit: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
NM....I said I recreated but I may have run with odo v2.2.0 .. will do the test again on a clean env. and update this. |
/kind bug
What versions of software are you using?
Operating System:
Red Hat Enterprise Linux Server 7.6 (Maipo)
Kernel: Linux 3.10.0-1062.12.1.el7.x86_64
Output of
odo version
:[root@slobbed-inf jpa]# odo version
odo v1.2.5 (8b6a698)
Server: https://api.slobbed.os.fyre.ibm.com:6443
Kubernetes: v1.16.2
How did you run odo exactly?
odo link ServiceBindingRequest/example-servicebindingrequest
Actual behavior
link is established, pod is terminated and new pod started
every subsequent
odo push
results in the current pod being terminated and a new pod initializedExpected behavior
link is established, pod is terminated and new pod started
every subsequent
odo push
should not cause the current pod to be terminated - current pod should be maintainedAny logs, error output, etc?
I have the output of requesting the pod yaml at each step - pre-link, post-link, post-link-push, post-link-app-
podyamls.zip
update-push
The text was updated successfully, but these errors were encountered: