Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
a132733b
Unverified
Commit
a132733b
authored
2 years ago
by
Kenichi Omichi
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #9581 from Xieql/fix-annotation-typo
Fix annotation typo
parents
b377dbb9
c4d753c9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
inventory/sample/group_vars/k8s_cluster/k8s-net-kube-router.yml
+1
-1
1 addition, 1 deletion
...ory/sample/group_vars/k8s_cluster/k8s-net-kube-router.yml
roles/network_plugin/kube-router/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/network_plugin/kube-router/defaults/main.yml
with
2 additions
and
2 deletions
inventory/sample/group_vars/k8s_cluster/k8s-net-kube-router.yml
+
1
−
1
View file @
a132733b
...
@@ -16,7 +16,7 @@
...
@@ -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 Load
b
Balancer 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
...
...
This diff is collapsed.
Click to expand it.
roles/network_plugin/kube-router/defaults/main.yml
+
1
−
1
View file @
a132733b
...
@@ -15,7 +15,7 @@ kube_router_advertise_cluster_ip: false
...
@@ -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 Load
b
Balancer 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment