jtblin / kube2iam

kube2iam provides different AWS IAM roles for pods running on Kubernetes
BSD 3-Clause "New" or "Revised" License
1.97k stars 318 forks source link

Add readiness probe to helm chart #319

Closed korjek closed 2 years ago

korjek commented 2 years ago

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)

Special notes:

Checklist chart

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

korjek commented 2 years ago

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