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 probe to helm chart #319

Merged
merged 4 commits into from
Dec 22, 2021
Merged

Add readiness probe to helm chart #319

merged 4 commits into from
Dec 22, 2021

Conversation

korjek
Copy link
Contributor

@korjek korjek commented Aug 10, 2021

What this PR does / why we need it:

This PR adds a readiness probe. This is important in case it's needed kube2iam to be in ready status before scheduling any other workload that relies on kube2iam.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

  • fixes #

Special notes:

Checklist chart

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • Chart Version bumped

@korjek
Copy link
Contributor Author

korjek commented Aug 18, 2021

@jtblin could you please have a look at this PR?

successThreshold: {{ .Values.livenessProbe.successThreshold }}
failureThreshold: {{ .Values.livenessProbe.failureThreshold }}
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
readinessProbe:

Choose a reason for hiding this comment

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

do you need a {{- if .Values.readinessProbe.enabled }} for this block?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch!
Addressed

@mariusv mariusv merged commit 41d6074 into jtblin:master Dec 22, 2021
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.

None yet

4 participants