Use second ip address in order to avoid any ip range problem

pull/32/head
Smaine Kahlouch 2015-12-24 13:58:04 +01:00
parent 595e93e6da
commit 4388cab8d6
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ dns_setup: true
dns_domain: "{{ cluster_name }}"
#
# # Ip address of the kubernetes dns service
dns_server: "{{ kube_service_addresses|ipaddr('net')|ipaddr(253)|ipaddr('address') }}"
dns_server: "{{ kube_service_addresses|ipaddr('net')|ipaddr(2)|ipaddr('address') }}"
# For multi masters architecture:
# kube-proxy doesn't support multiple apiservers for the time being so you'll need to configure your own loadbalancer