Skip to content

Commit

Permalink
cloud-api-adaptor: set dnsPolicy to ClusterFirstWithHostNet
Browse files Browse the repository at this point in the history
set dnsPolicy to ClusterFirstWithHostNet

Signed-off-by: David Hadas <david.hadas@gmail.com>
  • Loading branch information
davidhadas committed Apr 7, 2024
1 parent 273ec3d commit f44286d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cloud-api-adaptor/install/yamls/caa-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ spec:
mountPropagation: HostToContainer
name: netns
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
nodeSelector:
node.kubernetes.io/worker: ""
volumes:
Expand Down

0 comments on commit f44286d

Please sign in to comment.