@@ -1498,6 +1498,8 @@ accountId: 5f048d85eb107d52b16c53ea
14981498| ` resources` | object| Specify non-default` requests` and` limits` for engine pod|
14991499| ` tolerations` | array| Add tolerations to engine pod|
15001500| ` annotations` | object| Add custom annotations to engine pod (empty by default` {}` )|
1501+ | ` dnsPolicy` | string| Engine pod' s [DNS policy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) |
1502+ | `dnsConfig` | object | Engine pod' s [DNS config](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/# pod-dns-config) |
15011503
15021504` runtimeScheduler` example:
15031505{% highlight yaml %}
@@ -1551,6 +1553,8 @@ runtimeScheduler:
15511553| ` tolerations` | array| Add tolerations to dind pod|
15521554| ` annotations` | object| Add custom annotations to dind pod (empty by default` {}` )|
15531555| ` pvc` | object| Override default storage configurationfor PersistentVolumeClaim (PVC) with` storageClassName` ,` volumeSize` ,` reuseVolumeSelector` . See [Volume Reusage Policy]({{site.baseurl}}/docs/administration/codefresh-runner/# volume-reusage-policy) |
1556+ | ` dnsPolicy` | string| Dind pod' s [DNS policy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) |
1557+ | `dnsConfig` | object | Dind pod' s [DNS config](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/# pod-dns-config) |
15541558
15551559` dockerDaemonScheduler` example:
15561560{% highlight yaml %}