What different Exit Codes mean? #1007
Unanswered
TheDevarshiShah
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Team,
I am trying to integrate Kubelinter in my GitLab pipeline; so first of all, thank you creating this wonderful tool!
I have a query for the exit codes though.
When the Kubelinter lint fails, it gives non zero exit code (1). However, is there any other exit codes that kubelinter supports (other than 0 and 1)? And if so, what are those.
Basically I would like to design the pipeline in a manner, that when
kubectl apply
might not be able to find, but are logical errors -> exit with code 2 (let say)Thanks, Devarshi.
Beta Was this translation helpful? Give feedback.
All reactions