-
Notifications
You must be signed in to change notification settings - Fork 157
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
Return code when the cluster is not accessible or if is there an issue with authentication #450
Comments
Hi @xzizka, this is definitely not desirable and we should look into fixing this. Thanks for reporting this 👍 . |
This issue has not seen any activity in last 60 days, and has been marked as stale. |
dark0dave
added a commit
that referenced
this issue
Sep 5, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 5, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 5, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 5, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 5, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 5, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 5, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 5, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 5, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 5, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 5, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 6, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 8, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 8, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
dark0dave
added a commit
that referenced
this issue
Sep 8, 2023
…og level for silent resource failures Signed-off-by: dark0dave <[email protected]>
I believe only 1/2 of this is fixed, see #527 for details. |
Still a few tests to add here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
During our tests we found, that kubent returns
return code = 0
both when the cluster does not exist.and when there is an issue with authentication.
There is an error message returned about the issue, but I would not expect returning of
return code = 0
whenkubent
was not able to connect successfully to the cluster.The definition of the
-e
parameter is:I would consider the unsuccessful connection to the cluster as an issue.
Do you agree with this position?
Thank you
Ondrej
The text was updated successfully, but these errors were encountered: