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

Wait container is terminated with wrong command #8687

Closed
alexec opened this issue May 9, 2022 · 1 comment · Fixed by #8908
Closed

Wait container is terminated with wrong command #8687

alexec opened this issue May 9, 2022 · 1 comment · Fixed by #8908

Comments

@alexec
Copy link
Contributor

alexec commented May 9, 2022

In v3.4 we still try to terminate using /bin/sh but we need to introduce argoexec kill instead.

https://github.com/argoproj-labs/argo-dataflow/blob/8fbb255c01e744b6331faa269c96d8558b71e15a/kill/kill.go#L21

This will work for all cases now.

signalContainers will exit on the first error running SignalContainer. It should instead continue or error, otherwise killContainers will never be invoked.

alexec added a commit to alexec/argo-workflows that referenced this issue Jun 3, 2022
@stale
Copy link

stale bot commented Jun 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is a mentoring request, please provide an update here. Thank you for your contributions.

@stale stale bot added the problem/stale This has not had a response in some time label Jun 12, 2022
terrytangyuan pushed a commit that referenced this issue Jun 13, 2022
* fix: Correct kill command. Fixes #8687

Signed-off-by: Alex Collins <[email protected]>

* fix: ok

Signed-off-by: Alex Collins <[email protected]>

* fix: ok

Signed-off-by: Alex Collins <[email protected]>
This was referenced Jun 20, 2022
@sarabala1979 sarabala1979 mentioned this issue Jul 30, 2022
51 tasks
sarabala1979 pushed a commit that referenced this issue Aug 8, 2022
* fix: Correct kill command. Fixes #8687

Signed-off-by: Alex Collins <[email protected]>

* fix: ok

Signed-off-by: Alex Collins <[email protected]>

* fix: ok

Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
sarabala1979 added a commit that referenced this issue Aug 9, 2022
@agilgur5 agilgur5 removed the problem/stale This has not had a response in some time label Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants