Skip to content

Commit

Permalink
re-render docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka authored and github-actions committed Nov 13, 2024
1 parent 80b8246 commit b63a217
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,21 @@ teleportConfig:
"*":"*"
```

## `terminationGracePeriodSeconds`

| Type | Default |
|------|---------|
| `integer` | `30` |

`terminationGracePeriodSeconds` is the time the pod has to do a graceful shutdown.
If teleport has not existed after this delay, the process gets killed.
Teleport will wait until every connection backed by the agent is over before exiting.
If you want to reduce the disruption of rolling out agents at the price of a slower rollout, you can increase this
value to an hour.

See the [Kubernetes Pod Lifecycle docs](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)
for more details.

## `tls`

`tls` contains settings for mounting your own TLS material in the agent pod.
Expand Down

0 comments on commit b63a217

Please sign in to comment.