-
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
Incorrect message on UI when podGC is enabled with deleteDelayDuration
#12395
Labels
area/gc
Garbage collection, such as TTLs, retentionPolicy, delays, and more
area/ui
P2
Important. All bugs with >=3 thumbs up that aren’t P0 or P1, plus: Any other bugs deemed important
solution/suggested
A solution to the bug has been suggested. Someone needs to implement it.
type/bug
Milestone
Comments
agilgur5
added
type/bug
area/ui
P2
Important. All bugs with >=3 thumbs up that aren’t P0 or P1, plus: Any other bugs deemed important
and removed
type/feature
Feature request
labels
Dec 21, 2023
Ah yea, Workflow-level Would you like to contribute a fix for the message when |
I'm probably not the best person. Sorry...but I do suspect it's a great
first issue!
…On Thu, Dec 21, 2023, 6:47 p.m. Anton Gilgur ***@***.***> wrote:
Ah yea, Workflow-level deleteDelayDuration is a newer feature I added in
#11325 <#11325> that
released in 3.5, so that message pre-dates the existence of the feature.
Would you like to contribute a fix for the message when
deleteDelayDuration is used?
—
Reply to this email directly, view it on GitHub
<#12395 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUNOYZAR3S3PLTJHLOTBCTYKTDCVAVCNFSM6AAAAABA6Z32Y2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRXGA2TSMBXGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
agilgur5
added
the
solution/suggested
A solution to the bug has been suggested. Someone needs to implement it.
label
Dec 27, 2023
agilgur5
added
the
area/gc
Garbage collection, such as TTLs, retentionPolicy, delays, and more
label
Feb 18, 2024
shuangkun
added a commit
to shuangkun/argo-workflows
that referenced
this issue
Mar 12, 2024
…ration. Fixes: argoproj#12395 Signed-off-by: shuangkun <tsk2013uestc@163.com>
agilgur5
added a commit
to agilgur5/argo-workflows
that referenced
this issue
Mar 12, 2024
…rgoproj#12395 (argoproj#12784) Signed-off-by: shuangkun <tsk2013uestc@163.com> Signed-off-by: shuangkun tian <72060326+shuangkun@users.noreply.github.com> Signed-off-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com> Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
isubasinghe
pushed a commit
to isubasinghe/argo-workflows
that referenced
this issue
May 6, 2024
…rgoproj#12395 (argoproj#12784) Signed-off-by: shuangkun <tsk2013uestc@163.com> Signed-off-by: shuangkun tian <72060326+shuangkun@users.noreply.github.com> Signed-off-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com> Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
isubasinghe
pushed a commit
to isubasinghe/argo-workflows
that referenced
this issue
May 7, 2024
…rgoproj#12395 (argoproj#12784) Signed-off-by: shuangkun <tsk2013uestc@163.com> Signed-off-by: shuangkun tian <72060326+shuangkun@users.noreply.github.com> Signed-off-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com> Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area/gc
Garbage collection, such as TTLs, retentionPolicy, delays, and more
area/ui
P2
Important. All bugs with >=3 thumbs up that aren’t P0 or P1, plus: Any other bugs deemed important
solution/suggested
A solution to the bug has been suggested. Someone needs to implement it.
type/bug
Summary
I have my
workflowDefaults
set with:However, the UI states: "Your pod GC settings will delete pods and their logs immediately on completion. ". This isn't quite true because my pods will be deleted 7 days after completion.
I would propose that this message is not shown when the
podGC
is set to anything other than the default, or greater than the default.Use Cases
I use
OnWorkflowCompletion
and a longdeleteDelayDuration
so that my Kubernetes cluster isn't forever holding on to a growing list of completed pods. Keeping only the last week of pods is sufficient and keeps the list of pods in k8s at a reasonable level.Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered: