From c4d753c93147b4da13e1e1630c55196ac02da040 Mon Sep 17 00:00:00 2001 From: Xieql Date: Thu, 15 Dec 2022 18:40:30 +0800 Subject: [PATCH] Fix annotation typo Signed-off-by: Xieql --- inventory/sample/group_vars/k8s_cluster/k8s-net-kube-router.yml | 2 +- roles/network_plugin/kube-router/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/sample/group_vars/k8s_cluster/k8s-net-kube-router.yml b/inventory/sample/group_vars/k8s_cluster/k8s-net-kube-router.yml index e96963345..e4dfcc9b5 100644 --- a/inventory/sample/group_vars/k8s_cluster/k8s-net-kube-router.yml +++ b/inventory/sample/group_vars/k8s_cluster/k8s-net-kube-router.yml @@ -16,7 +16,7 @@ # Add External IP of service to the RIB so that it gets advertised to the BGP peers. # kube_router_advertise_external_ip: false -# Add LoadbBalancer IP of service status as set by the LB provider to the RIB so that it gets advertised to the BGP peers. +# Add LoadBalancer IP of service status as set by the LB provider to the RIB so that it gets advertised to the BGP peers. # kube_router_advertise_loadbalancer_ip: false # Adjust manifest of kube-router daemonset template with DSR needed changes diff --git a/roles/network_plugin/kube-router/defaults/main.yml b/roles/network_plugin/kube-router/defaults/main.yml index 886377b31..5d4dccc34 100644 --- a/roles/network_plugin/kube-router/defaults/main.yml +++ b/roles/network_plugin/kube-router/defaults/main.yml @@ -15,7 +15,7 @@ kube_router_advertise_cluster_ip: false # Add External IP of service to the RIB so that it gets advertised to the BGP peers. kube_router_advertise_external_ip: false -# Add LoadbBalancer IP of service status as set by the LB provider to the RIB so that it gets advertised to the BGP peers. +# Add LoadBalancer IP of service status as set by the LB provider to the RIB so that it gets advertised to the BGP peers. kube_router_advertise_loadbalancer_ip: false # Adjust manifest of kube-router daemonset template with DSR needed changes