Skip to content

Commit

Permalink
add support for custom calico port (kubernetes-sigs#7419)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcgravalos authored and sakuraiyuta committed Apr 16, 2022
1 parent b2c4b5e commit fc0cc25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/network_plugin/calico/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,6 @@ typha_max_connections_lower_limit: 300
typha_secure: false

calico_feature_control: {}

# Calico default BGP port
calico_bgp_listen_port: 179
1 change: 1 addition & 0 deletions roles/network_plugin/calico/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"name": "default",
},
"spec": {
"listenPort": {{ calico_bgp_listen_port }},
"logSeverityScreen": "Info",
{% if not calico_no_global_as_num|default(false) %}"asNumber": {{ global_as_num }},{% endif %}
"nodeToNodeMeshEnabled": {{ nodeToNodeMeshEnabled|default('true') }} ,
Expand Down

0 comments on commit fc0cc25

Please sign in to comment.