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 readiness and liveniness probes #126

Merged
merged 5 commits into from
Mar 24, 2018
Merged

Add readiness and liveniness probes #126

merged 5 commits into from
Mar 24, 2018

Conversation

erwinvaneyk
Copy link
Member

Additionally it updates Fission version in Dockerfile's to ensure that the builder includes the heatlhz endpoint.

Fixes #123

@@ -35,6 +35,19 @@ spec:
value: "{{ .Values.fnenv.fission.executor }}.{{ .Values.fnenv.fission.ns }}"
- name: FNENV_FISSION_CONTROLLER
value: "{{ .Values.fnenv.fission.controller }}.{{ .Values.fnenv.fission.ns }}"
readinessProbe:
httpGet:
path: "/status"
Copy link
Member

Choose a reason for hiding this comment

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

Recommend changing this to /healthz for consistency with the rest of the Kubernetes world.

@soamvasani
Copy link
Member

Thanks for the quick turnaround @erwinvaneyk, LGTM, just one comment above.

@erwinvaneyk erwinvaneyk force-pushed the readiness-probe branch 17 times, most recently from 277b37d to fd894c3 Compare March 22, 2018 12:45
@erwinvaneyk erwinvaneyk force-pushed the readiness-probe branch 6 times, most recently from 6154b08 to 899b33f Compare March 23, 2018 09:18
@erwinvaneyk erwinvaneyk force-pushed the readiness-probe branch 16 times, most recently from 454b4da to dfa3fc1 Compare March 24, 2018 11:56
@erwinvaneyk erwinvaneyk merged commit e2cf04e into master Mar 24, 2018
@erwinvaneyk erwinvaneyk deleted the readiness-probe branch March 24, 2018 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants