mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-01 00:38:49 -03:30
Cleanup unused/erroneous variables (#6003)
This commit is contained in:
@@ -20,10 +20,10 @@ ca-file="{{ kube_config_dir }}/external-openstack-cacert.pem"
|
||||
|
||||
[LoadBalancer]
|
||||
use-octavia={{ external_openstack_lbaas_use_octavia }}
|
||||
create-monitor={{ openstack_lbaas_create_monitor }}
|
||||
monitor-delay={{ openstack_lbaas_monitor_delay }}
|
||||
monitor-timeout={{ openstack_lbaas_monitor_timeout }}
|
||||
monitor-max-retries={{ openstack_lbaas_monitor_max_retries }}
|
||||
create-monitor={{ external_openstack_lbaas_create_monitor }}
|
||||
monitor-delay={{ external_openstack_lbaas_monitor_delay }}
|
||||
monitor-timeout={{ external_openstack_lbaas_monitor_timeout }}
|
||||
monitor-max-retries={{ external_openstack_lbaas_monitor_max_retries }}
|
||||
{% if external_openstack_lbaas_method is defined %}
|
||||
lb-method={{ external_openstack_lbaas_method }}
|
||||
{% endif %}
|
||||
|
||||
@@ -5,5 +5,3 @@ alb_ingress_aws_region: "us-east-1"
|
||||
# Enables logging on all outbound requests sent to the AWS API.
|
||||
# If logging is desired, set to true.
|
||||
alb_ingress_aws_debug: "false"
|
||||
|
||||
alb_ingress_log_level: "WARN"
|
||||
|
||||
Reference in New Issue
Block a user