mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-19 12:10:11 -03:30
Merge pull request #1005 from rutsky/patch-2
fix kube_apiserver_ip/kube_apiserver_port description
This commit is contained in:
@@ -123,8 +123,9 @@ peer_with_router: false
|
|||||||
# Warning : enabling router peering will disable calico's default behavior ('node mesh').
|
# Warning : enabling router peering will disable calico's default behavior ('node mesh').
|
||||||
# The subnets of each nodes will be distributed by the datacenter router
|
# The subnets of each nodes will be distributed by the datacenter router
|
||||||
|
|
||||||
# The port the API Server will be listening on.
|
# API Server service IP address in Kubernetes internal network.
|
||||||
kube_apiserver_ip: "{{ kube_service_addresses|ipaddr('net')|ipaddr(1)|ipaddr('address') }}"
|
kube_apiserver_ip: "{{ kube_service_addresses|ipaddr('net')|ipaddr(1)|ipaddr('address') }}"
|
||||||
|
# The port the API Server will be listening on.
|
||||||
kube_apiserver_port: 443 # (https)
|
kube_apiserver_port: 443 # (https)
|
||||||
kube_apiserver_insecure_port: 8080 # (http)
|
kube_apiserver_insecure_port: 8080 # (http)
|
||||||
# local loadbalancer should use this port instead - default to kube_apiserver_port
|
# local loadbalancer should use this port instead - default to kube_apiserver_port
|
||||||
|
|||||||
Reference in New Issue
Block a user