-
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: Mark non-fulfilled taskSetNodes error when agent pod failed. Fixes #12703 #12723
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jswxstw
force-pushed
the
fix-12703
branch
8 times, most recently
from
March 5, 2024 09:26
4ce87ba
to
bafcc48
Compare
shuangkun
reviewed
Apr 1, 2024
shuangkun
reviewed
Apr 1, 2024
juliev0
reviewed
Jul 19, 2024
juliev0
reviewed
Jul 19, 2024
juliev0
reviewed
Jul 19, 2024
Using node-level errors seems good as far as I can tell. Want to confirm - when a standard (non-Agent) Pod fails to be created, I assume that the Node results in |
You are right, if creating non-agent pod with non-transient error or pod executing with error, the node will be marked as |
…n to `argo-cluster-role`. Fixes argoproj#12703 Signed-off-by: oninowang <[email protected]>
argoproj#12703 Signed-off-by: oninowang <[email protected]>
…ror. Fixes argoproj#12703 Signed-off-by: oninowang <[email protected]>
…proj#12703 Signed-off-by: oninowang <[email protected]>
Signed-off-by: oninowang <[email protected]>
juliev0
reviewed
Jul 22, 2024
manifests/cluster-install/workflow-controller-rbac/workflow-controller-clusterrole.yaml
Show resolved
Hide resolved
juliev0
approved these changes
Jul 23, 2024
Joibel
pushed a commit
to pipekit/argo-workflows
that referenced
this pull request
Sep 19, 2024
argoproj#12703 (argoproj#12723) Signed-off-by: oninowang <[email protected]>
Joibel
pushed a commit
that referenced
this pull request
Sep 20, 2024
#12703 (#12723) Signed-off-by: oninowang <[email protected]>
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/agent
Argo Agent that runs for HTTP and Plugin templates
lgtm
This PR has been approved by a maintainer
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #12703
Motivation
argo-cluster-role
can not get secretsargo-workflows-agent-ca-certificates
Modifications
argo-workflows-agent-ca-certificates
get permission toargo-cluster-role
Verification
UT
Delete
hello-executor-plugin
serviceaccount to simulate agent pod failure scenario.