mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
use dnsSearch in CI
This commit is contained in:
@@ -151,6 +151,9 @@ apiVersion: kind.x-k8s.io/v1alpha4
|
||||
networking:
|
||||
ipFamily: ${IP_FAMILY:-ipv4}
|
||||
kubeProxyMode: ${KUBE_PROXY_MODE:-iptables}
|
||||
# don't pass through host search paths
|
||||
# TODO: possibly a reasonable default in the future for kind ...
|
||||
dnsSearch: []
|
||||
nodes:
|
||||
- role: control-plane
|
||||
- role: worker
|
||||
|
||||
Reference in New Issue
Block a user