Skip to content

Commit

Permalink
Add documentation for dind.mtu
Browse files Browse the repository at this point in the history
  • Loading branch information
chendo authored Sep 6, 2022
1 parent 14415dc commit 712f607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stable/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Parameter | Description | Default
`dind.enabled` | Enable preconfigured Docker-in-Docker (DinD) pod configuration | `false`
`dind.image` | Image to use for Docker-in-Docker (DinD) pod container | `docker:19.03-dind`
`dind.port` | Port Docker-in-Docker (DinD) daemon listens on as REST request proxy | `2375`
`dind.mtu` | The MTU used for Docker-inDocker (DinD) daemon. Must be lower than pod networking interface | `1500`
`dind.resources` | Pod resource requests & limits for dind sidecar (if enabled) | `{}`
`dind.volumeMounts` | Extra volumeMounts configuration | `nil`
`terminationGracePeriodSeconds` | Duration in seconds the pod needs to terminate gracefully | `30`
Expand Down

0 comments on commit 712f607

Please sign in to comment.