-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix(executor): More logs for PNS sidecar termination. #5627 #5683
Conversation
Signed-off-by: Alex Collins <alex_collins@intuit.com>
@@ -129,12 +129,12 @@ define protoc | |||
perl -i -pe 's|argoproj/argo-workflows/|argoproj/argo-workflows/v3/|g' `echo "$(1)" | sed 's/proto/pb.go/g'` | |||
|
|||
endef | |||
# docker_build,image_name | |||
# docker_build,target,image_name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes a bug in build where locally built argoexec did not get imported into k3s
Codecov Report
@@ Coverage Diff @@
## master #5683 +/- ##
==========================================
- Coverage 46.91% 46.90% -0.02%
==========================================
Files 244 244
Lines 15209 15209
==========================================
- Hits 7136 7134 -2
+ Misses 7168 7167 -1
- Partials 905 908 +3
Continue to review full report at Codecov.
|
Failed PNS build: https://github.com/argoproj/argo-workflows/pull/5683/checks?check_run_id=2355710905
|
Signed-off-by: Alex Collins <alex_collins@intuit.com>
Signed-off-by: Alex Collins <alex_collins@intuit.com>
Signed-off-by: Alex Collins <alex_collins@intuit.com>
Signed-off-by: Alex Collins <alex_collins@intuit.com>
Signed-off-by: Alex Collins <alex_collins@intuit.com>
Signed-off-by: Alex Collins <alex_collins@intuit.com>
@sarabala1979 please review. |
@@ -157,32 +157,6 @@ func (p *PNSExecutor) Wait(ctx context.Context, containerNames []string) error { | |||
time.Sleep(1 * time.Second) | |||
} | |||
|
|||
OUTER: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it is worthwhile getting this to work as the performance benefit is much smaller than the bugginess.
workflow/executor/pns/pns.go
Outdated
_ = prevInfo.Close() | ||
} | ||
p.pidFileHandles[pid] = fs | ||
log.Infof("ALEX secured root for pid %d root: %s (%q)", pid, proc.Executable(), fs.Name()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious. Is this part ALEX ..
for debugging purposes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ops...
Signed-off-by: Alex Collins <alex_collins@intuit.com>
No description provided.