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

Add command liveness probe support #158

Merged
merged 2 commits into from
Jun 1, 2017

Conversation

lonefreak
Copy link

The changes will allow to add a command liveness probe to a container. You can specify:

command to execute (does not support httpGet) - required field
timeout seconds
initial delay seconds
failure threshold
period seconds
success threshold

@carlossg
Copy link
Contributor

you could have force pushed to the same PR, now all the comments are lost in the other one #125 :(

@carlossg carlossg closed this May 10, 2017
@carlossg carlossg reopened this May 10, 2017
@lonefreak
Copy link
Author

Sorry for the delay, I was on vacation. True, I should have done that. Should I still do it (push force and reopen the other PR) or will you simply keep the old one pointing here as a reference?

Anyway I tried to follow all the comments that are in the old PR #(125). Is there anything else to fix?

@carlossg carlossg merged commit da21731 into jenkinsci:master Jun 1, 2017
@@ -39,6 +39,14 @@
deleteCaption="Delete Environment Variable" />
</f:entry>

<f:entry field="livenessProbe" title="${%Liveness Probe}">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

liveness probe should be in the advanced section, at the end
it's also showing "Liveness Probe > Exec Action should not be empty"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, ok. I will fix this soon and submit a PR. Thanks for the good feedback :)

@lonefreak lonefreak deleted the add-liveness-probe-support branch June 3, 2017 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants