Add abilty to configure postStart handler for teleport-cluster chart#7168
Conversation
|
@webvictim Can you review? |
webvictim
left a comment
There was a problem hiding this comment.
@stefansedich Changes look good to me.
Please also add this value to the Helm chart reference at https://github.com/gravitational/teleport/blob/master/docs/pages/kubernetes-access/helm/reference.mdx so that it's kept up to date.
Thanks for the PR!
c2a8b90 to
df46530
Compare
@webvictim that should be done. |
|
@stefansedich Thanks - this will be merged once it has another approving review. |
Head branch was pushed to by a user without write access
|
@klizhentas anything I need to do to get CI running? |
|
@stefansedich External PRs require approval to run, I just hit the start button. |
…7168) Co-authored-by: Gus Luxton <gus@goteleport.com>
* Add abilty to configure postStart handler for teleport-cluster chart (#7168) * Add support for PDB with the teleport-cluster helm chart (#7138) * Allow teleport-cluster-agent chart to use an existing volume for the data directory (#7096) * Mount teleport-tls to the init container for the teleport-cluster helm chart (#7166) * add support for running agent helm chart on persistent volume (#7123) * helm: Make auth type configurable (#7508) * Add imagePullSecrets in kube-agent chart (#6941) Co-authored-by: Gus Luxton <gus@goteleport.com> Co-authored-by: Stefan Sedich <stefan.sedich@gmail.com> Co-authored-by: Kevin Nisbet <kevin@gravitational.com> Co-authored-by: Antonio Gurgel <66754096+antonio-te@users.noreply.github.com> Co-authored-by: Aymen Memni <7290430+amemni@users.noreply.github.com>
…7168) Co-authored-by: Gus Luxton <gus@goteleport.com>
This PR introduces the ability to configure a
postStarthandler. We are using this to configure a script that will runtctl createof our roles and provider config when the server starts.