Skip to content

Commit

Permalink
Merge pull request #42 from mnencia/staging
Browse files Browse the repository at this point in the history
Really disable servicelb
  • Loading branch information
mysticaltech committed Feb 7, 2022
2 parents 9803e9a + f37c6c7 commit 61f8b30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions templates/master_config.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cluster-init: true
disable-cloud-controller: true
disable: servicelb
disable: local-storage
disable:
- servicelb
- local-storage
flannel-iface: eth1
node-ip: ${node_ip}
advertise-address: ${node_ip}
Expand Down
5 changes: 3 additions & 2 deletions templates/server_config.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
server: ${first_control_plane_url}
disable-cloud-controller: true
disable: servicelb
disable: local-storage
disable:
- servicelb
- local-storage
flannel-iface: eth1
node-ip: ${node_ip}
advertise-address: ${node_ip}
Expand Down

0 comments on commit 61f8b30

Please sign in to comment.