Browse Source

Comment loadbalancer_* settings in sample inventory (#4566)

pull/4568/head
Maxime Guyot 5 years ago
committed by Kubernetes Prow Robot
parent
commit
ef10feb26f
1 changed files with 3 additions and 2 deletions
  1. 5
      inventory/sample/group_vars/all/all.yml

5
inventory/sample/group_vars/all/all.yml

@ -20,8 +20,9 @@ bin_dir: /usr/local/bin
# port: 1234
## Internal loadbalancers for apiservers
loadbalancer_apiserver_localhost: true
loadbalancer_apiserver_type: haproxy
# loadbalancer_apiserver_localhost: true
# valid options are "nginx" or "haproxy"
# loadbalancer_apiserver_type: nginx # valid values "nginx" or "haproxy"
## Local loadbalancer should use this port
## And must be set port 6443

Loading…
Cancel
Save