The Wayback Machine - https://web.archive.org/web/20210123133943/https://github.com/argoproj/argo-cd/issues/5176
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

Count field should be wide enough to fill `count` #5176

Open
jsoref opened this issue Jan 5, 2021 · 1 comment
Open

Count field should be wide enough to fill `count` #5176

jsoref opened this issue Jan 5, 2021 · 1 comment

Comments

@jsoref
Copy link
Contributor

@jsoref jsoref commented Jan 5, 2021

If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argocd slack channel.

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

I gave a pod 32657 failures, which is the same number of characters as Count, but it's truncated as 326...

To Reproduce

  1. Set up a pod that's broken and triggers the backoff counter.
  2. Visit the pod in argo
  3. Select the events tab

Expected behavior

Since count is 5 characters, it'd be nice if the field also supported 5 character long values.

Screenshots

image

Version

{
    "Version": "v1.8.1+c2547dc",
    "BuildDate": "2020-12-10T02:59:21Z",
    "GitCommit": "c2547dca95437fdbb4d1e984b0592e6b9110d37f",
    "GitTreeState": "clean",
    "GoVersion": "go1.14.12",
    "Compiler": "gc",
    "Platform": "linux/amd64",
    "KsonnetVersion": "v0.13.1",
    "KustomizeVersion": "v3.8.1 2020-07-16T00:58:46Z",
    "HelmVersion": "v3.4.1+gc4e7485",
    "KubectlVersion": "v1.17.8",
    "JsonnetVersion": "v0.17.0"
}

Logs

@reginapizza
Copy link
Contributor

@reginapizza reginapizza commented Jan 19, 2021

Tried to look into this and worked with Josh yesterday and couldn't reproduce this bug. If it comes up again and I have a way to reproduce it I would be happy to work on it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants