Skip to content

Properly catch the error when a kubectl command fails with a timeout #61

@seblegall

Description

@seblegall

Right now, when kubectl fails with a timeout it create an err var but never use it.

The good way to manage that kind of error is to use a chan and a select{switch} pattern to output the error properly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions