Browse Source

Merge pull request #9581 from Xieql/fix-annotation-typo

Fix annotation typo
pull/9590/head
Kenichi Omichi 1 year ago
committed by GitHub
parent
commit
a132733b2d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. 2
      inventory/sample/group_vars/k8s_cluster/k8s-net-kube-router.yml
  2. 2
      roles/network_plugin/kube-router/defaults/main.yml

2
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. # Add External IP of service to the RIB so that it gets advertised to the BGP peers.
# kube_router_advertise_external_ip: false # 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 # kube_router_advertise_loadbalancer_ip: false
# Adjust manifest of kube-router daemonset template with DSR needed changes # Adjust manifest of kube-router daemonset template with DSR needed changes

2
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. # Add External IP of service to the RIB so that it gets advertised to the BGP peers.
kube_router_advertise_external_ip: false 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 kube_router_advertise_loadbalancer_ip: false
# Adjust manifest of kube-router daemonset template with DSR needed changes # Adjust manifest of kube-router daemonset template with DSR needed changes

Loading…
Cancel
Save