Skip to content

Commit

Permalink
Ensure etcd operator resolves dns over TCP
Browse files Browse the repository at this point in the history
The etcd operator pod might start before the Kuryr admission
controller is running, resulting in no dnsConfig option injected
on the pod spec to allow DNS resolution over TCP, and consequently
failure on DNS resolution.
  • Loading branch information
MaysaMacedo committed Feb 10, 2020
1 parent 4b9efdc commit 6c89c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindata/network/kuryr/010-admission-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
- --tls-private-key-file=/etc/webhook/tls.key
- --tls-cert-file=/etc/webhook/tls.crt
- --ns=openshift-insights
- --ns=openshift-etcd-operator
volumeMounts:
- name: webhook-certs
mountPath: /etc/webhook
Expand Down

0 comments on commit 6c89c68

Please sign in to comment.