Skip to content

Commit

Permalink
Document eventTTL
Browse files Browse the repository at this point in the history
Add and example and explain that you should fill empty units of time
with zeros.
  • Loading branch information
tioxy committed Oct 27, 2019
1 parent ac535e4 commit 173085e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/cluster_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,16 @@ spec:
targetRamMb: 4096
```

#### eventTTL

How long API server retains events. Note that you must fill empty units of time with zeros.

```yaml
spec:
kubeAPIServer:
eventTTL: 03h0m0s
```

### externalDns

This block contains configuration options for your `external-DNS` provider.
Expand Down

0 comments on commit 173085e

Please sign in to comment.