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

Pods generated by Troubleshoot, and terminating, show up in analysis result #1280

Open
xavpaice opened this issue Jul 23, 2023 · 1 comment

Comments

@xavpaice
Copy link
Member

Bug Description

See issue #767. Sometimes support-bundle results show in the analysis things like:

    {
        "name": "pod.default.troubleshoot.copyfromhost.pr7rc.plml8.status",
        "labels": {
            "desiredPosition": "1",
            "iconKey": "",
            "iconUri": ""
        },
        "insight": {
            "name": "pod.default.troubleshoot.copyfromhost.pr7rc.plml8.status",
            "labels": {
                "iconKey": "",
                "iconUri": ""
            },
            "primary": "Pod default/troubleshoot-copyfromhost-pr7rc-plml8 status",
            "detail": "Status: Terminating",
            "severity": "error"
        },
        "severity": "error",
        "analyzerSpec": "",
        "error": "Status: Terminating",
        "involvedObject": {
            "kind": "Pod",
            "namespace": "default",
            "name": "troubleshoot-copyfromhost-pr7rc-plml8",
            "apiVersion": "v1"
        }
    },

Expected Behavior

Pods created by Troubleshoot, and rightfully terminating, shouldn't be in the analysis results as an error.

Steps To Reproduce

Have a support bundle that includes copyfromhost.

The issue is intermittent.

Additional Context

Include the following information.

  • Troubleshoot version. If you built from source, note that including the version of Go you used to build with.

KOTS v1.100.3, which has Troubleshoot v0.68.0

  • Operating system
  • Operating system version
  • Other details that might be helpful in diagnosing the problem
@xavpaice
Copy link
Member Author

Additionally, note from a bundle recently received:

error: Pod default/troubleshoot-copyfromhost-fggwg-576sz status. Status: ContainerCreating

error: Pod default/troubleshoot-copyfromhost-fggwg-8qx4g status. Status: ContainerCreating

error: Pod default/troubleshoot-copyfromhost-fggwg-r8ftn status. Status: ContainerCreating

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant