mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 19:51:15 -03:30
Add option to disable ipv6 dns lookup
New variable disable_ipv6_dns in kubernetes/preinstall.
This commit is contained in:
@@ -29,6 +29,10 @@ common_required_pkgs:
|
||||
- rsync
|
||||
- bash-completion
|
||||
|
||||
# Set to true if your network does not support IPv6
|
||||
# This maybe necessary for pulling Docker images from
|
||||
# GCE docker repository
|
||||
disable_ipv6_dns: false
|
||||
|
||||
|
||||
# For the openstack integration kubelet will need credentials to access
|
||||
|
||||
Reference in New Issue
Block a user