Add selectable dns policy for kube-router (#6586)

This commit is contained in:
Maxim Pogozhiy
2020-09-04 21:53:41 +10:00
committed by GitHub
parent f1566cb8c2
commit 0553814b4f
3 changed files with 7 additions and 1 deletions

View File

@@ -39,6 +39,9 @@
# https://github.com/cloudnativelabs/kube-router/blob/master/docs/user-guide.md#hairpin-mode
# kube_router_support_hairpin_mode: false
# Select DNS Policy ClusterFirstWithHostNet, ClusterFirst, etc.
# kube_router_dns_policy: ClusterFirstWithHostNet
# Array of annotations for master
# kube_router_annotations_master: []